Comparazione classi Framework 1.1 - 2.0 RTM
Quale assembly?
Filtra
Legenda
- non presente nella 2.0 RTM
+ aggiunto nella 2.0 RTM
= invariato
!= variato rispetto alla 1.1
Namespace System
Totale classi: 1364, di cui
- 414 nuove
- 585 modificate
- 0 rimosse
Pagina ... 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 ...
System.CodeDom.Compiler.CompilerErrorCollection = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | Add (CompilerError value) | |
= | AddRange (CompilerError[] value) | |
= | AddRange (CompilerErrorCollection value) | |
= | Contains (CompilerError value) | |
= | CopyTo (CompilerError[] array, Int32 index) | |
= | IndexOf (CompilerError value) | |
= | Insert (Int32 index, CompilerError value) | |
= | Remove (CompilerError value) | |
= | HasErrors | |
= | HasWarnings | |
= | Item [Int32 index] |
System.CodeDom.Compiler.CompilerInfo + | ||
---|---|---|
+ | CreateDefaultCompilerParameters () | |
+ | CreateProvider () | |
+ | Equals (Object o) | |
+ | GetExtensions () | |
+ | GetHashCode () | |
+ | GetLanguages () | |
+ | CodeDomProviderType | |
+ | IsCodeDomProviderTypeValid |
System.CodeDom.Compiler.CompilerParameters != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | CompilerOptions | |
- | EmbeddedResources | |
= | Evidence | |
= | GenerateExecutable | |
= | GenerateInMemory | |
= | IncludeDebugInformation | |
- | LinkedResources | |
= | MainClass | |
= | OutputAssembly | |
= | ReferencedAssemblies | |
= | TempFiles | |
= | TreatWarningsAsErrors | |
= | UserToken | |
= | WarningLevel | |
= | Win32Resource |
System.CodeDom.Compiler.CompilerResults = | ||
---|---|---|
= | .ctor () | |
= | CompiledAssembly | |
= | Errors | |
= | Evidence | |
= | NativeCompilerReturnValue | |
= | Output | |
= | PathToAssembly | |
= | TempFiles |
System.CodeDom.Compiler.Executor = | ||
---|---|---|
= | ExecWait (String cmd, TempFileCollection tempFiles) | |
= | ExecWaitWithCapture (String cmd, TempFileCollection tempFiles, String& outputName, String& errorName) | |
= | ExecWaitWithCapture (String cmd, String currentDir, TempFileCollection tempFiles, String& outputName, String& errorName) | |
= | ExecWaitWithCapture (IntPtr userToken, String cmd, TempFileCollection tempFiles, String& outputName, String& errorName) | |
= | ExecWaitWithCapture (IntPtr userToken, String cmd, String currentDir, TempFileCollection tempFiles, String& outputName, String& errorName) |
System.CodeDom.Compiler.GeneratedCodeAttribute + | ||
---|---|---|
+ | .ctor () | |
+ | Tool | |
+ | Version |
System.CodeDom.Compiler.GeneratorSupport != | ||
---|---|---|
= | ArraysOfArrays | |
= | AssemblyAttributes | |
= | ChainedConstructorArguments | |
= | ComplexExpressions | |
= | DeclareDelegates | |
= | DeclareEnums | |
= | DeclareEvents | |
- | DeclareIndexerProperties | |
= | DeclareInterfaces | |
= | DeclareValueTypes | |
= | EntryPointMethod | |
- | GenericTypeDeclaration | |
- | GenericTypeReference | |
= | GotoStatements | |
= | MultidimensionalArrays | |
= | MultipleInterfaceMembers | |
= | NestedTypes | |
= | ParameterAttributes | |
- | PartialTypes | |
= | PublicStaticMembers | |
= | ReferenceParameters | |
- | Resources | |
= | ReturnTypeAttributes | |
= | StaticConstructors | |
= | TryCatchStatements | |
= | value__ | |
= | Win32Resources |
System.CodeDom.Compiler.IndentedTextWriter = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | DefaultTabString | |
= | Close () | |
= | Flush () | |
= | Write (String s) | |
= | Write (Boolean value) | |
= | Write (Char value) | |
= | Write (Char[] buffer) | |
= | Write (Char[] buffer, Int32 index, Int32 count) | |
= | Write (Double value) | |
= | Write (Single value) | |
= | Write (Int32 value) | |
= | Write (Int64 value) | |
= | Write (Object value) | |
= | Write (String format, Object arg0) | |
= | Write (String format, Object arg0, Object arg1) | |
= | Write (String format, Object[] arg) | |
= | WriteLine (String s) | |
= | WriteLine () | |
= | WriteLine (Boolean value) | |
= | WriteLine (Char value) | |
= | WriteLine (Char[] buffer) | |
= | WriteLine (Char[] buffer, Int32 index, Int32 count) | |
= | WriteLine (Double value) | |
= | WriteLine (Single value) | |
= | WriteLine (Int32 value) | |
= | WriteLine (Int64 value) | |
= | WriteLine (Object value) | |
= | WriteLine (String format, Object arg0) | |
= | WriteLine (String format, Object arg0, Object arg1) | |
= | WriteLine (String format, Object[] arg) | |
= | WriteLine (UInt32 value) | |
= | WriteLineNoTabs (String s) | |
= | Encoding | |
= | Indent | |
= | InnerWriter | |
= | NewLine |
System.CodeDom.Compiler.LanguageOptions = | ||
---|---|---|
= | CaseInsensitive | |
= | None | |
= | value__ |
System.CodeDom.Compiler.TempFileCollection = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | AddExtension (String fileExtension) | |
= | AddExtension (String fileExtension, Boolean keepFile) | |
= | AddFile (String fileName, Boolean keepFile) | |
= | CopyTo (String[] fileNames, Int32 start) | |
= | Delete () | |
= | GetEnumerator () | |
= | BasePath | |
= | Count | |
= | KeepFiles | |
= | TempDir |
System.IO.Compression.CompressionMode + | ||
---|---|---|
+ | Compress | |
+ | Decompress | |
+ | value__ |
System.IO.Compression.DeflateStream + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | BeginRead (Byte[] array, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) | |
+ | BeginWrite (Byte[] array, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) | |
+ | EndRead (IAsyncResult asyncResult) | |
+ | EndWrite (IAsyncResult asyncResult) | |
+ | Flush () | |
+ | Read (Byte[] array, Int32 offset, Int32 count) | |
+ | Seek (Int64 offset, SeekOrigin origin) | |
+ | SetLength (Int64 value) | |
+ | Write (Byte[] array, Int32 offset, Int32 count) | |
+ | BaseStream | |
+ | CanRead | |
+ | CanSeek | |
+ | CanWrite | |
+ | Length | |
+ | Position |
System.IO.Compression.GZipStream + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | BeginRead (Byte[] array, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) | |
+ | BeginWrite (Byte[] array, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState) | |
+ | EndRead (IAsyncResult asyncResult) | |
+ | EndWrite (IAsyncResult asyncResult) | |
+ | Flush () | |
+ | Read (Byte[] array, Int32 offset, Int32 count) | |
+ | Seek (Int64 offset, SeekOrigin origin) | |
+ | SetLength (Int64 value) | |
+ | Write (Byte[] array, Int32 offset, Int32 count) | |
+ | BaseStream | |
+ | CanRead | |
+ | CanSeek | |
+ | CanWrite | |
+ | Length | |
+ | Position |
System.IO.InvalidDataException + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () |
Powered by Ricciolo