Class | Description |
---|---|
AssemblyAttribute | Represents an assembly-level attribute. |
AssemblyAttributeCollection | Contains a strongly typed collection of AssemblyAttribute objects. |
AssemblyAttributeEnumerator | Enumerates the AssemblyAttribute elements of a AssemblyAttributeCollection. |
AssemblyFileSet | Specialized FileSet class for managing assembly files. |
CompilerWarning | Represents a compiler warning. |
CompilerWarningCollection | Contains a collection of CompilerWarning elements. |
CompilerWarningEnumerator | Enumerates the CompilerWarning elements of a CompilerWarningCollection. |
DataTypeCollectionBase | Base class for collections that needs to be globally referencable. |
DebugOutputConverter | Specialized EnumConverter that also supports case-insensitive conversion of "true" to Enable and "false" to None. |
DelaySignConverter | Specialized EnumConverter that also supports case-insensitive conversion of "true" to Yes and "false" to No. |
EmbeddedResource | Represents an embedded resource. |
EmbeddedResourceCollection | Contains a collection of EmbeddedResource items. |
EmbeddedResourceEnumerator | Enumerates the EmbeddedResource items of a EmbeddedResourceCollection. |
LibDirectorySet | A specialized FileSet used for setting the lib directories. |
Module | Represents a metadata file without assembly manifest. |
ModuleCollection | Contains a collection of Module items. |
ModuleEnumerator | Enumerates the Module items of a ModuleCollection. |
ModuleSet |
One or more modules to compile into an assembly. |
NamespaceImport | Represents a namespace to import. |
NamespaceImportCollection | Contains a collection of NamespaceImport items. |
NamespaceImportEnumerator | Enumerates the NamespaceImport items of a NamespaceImportCollection. |
Package | Represents a package. |
PackageCollection | Contains a strongly typed collection of Package objects. |
PackageEnumerator | Enumerates the Package elements of a PackageCollection. |
ResourceFileSet | Specialized FileSet class for managing resource files. |
ResourceFileSetCollection | Contains a strongly typed collection of ResourceFileSet objects. |
ResourceFileSetEnumerator | Enumerates the ResourceFileSet elements of a ResourceFileSetCollection. |
WarningAsError | Controls the behaviour of a compiler with regards to the reporting of warnings. |
Enumeration | Description |
---|---|
DebugOutput | Specifies the type of debugging information generated by the compiler. |
DelaySign | Specifies whether the generated assembly is strongly named and will be signed later. |