Mono Class Library: Overview

System.CodeDom.CodeCompileUnit: Members

The members of System.CodeDom.CodeCompileUnit are listed below.

See Also: Inherited members from System.CodeDom.CodeObject

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
AssemblyCustomAttributesCodeAttributeDeclarationCollection. Documentation for this section has not yet been entered.
[read-only]
EndDirectivesCodeDirectiveCollection. Documentation for this section has not yet been entered.
[read-only]
NamespacesCodeNamespaceCollection. The Collection of Namespaces that are to be compiled in the Assembly created from this System.CodeDOM.CodeCompileUnit.
[read-only]
ReferencedAssembliesSystem.Collections.Specialized.StringCollection. The set of assemblies required in order to compile this System.CodeDOM.CodeCompileUnit.
[read-only]
StartDirectivesCodeDirectiveCollection. Documentation for this section has not yet been entered.