System
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.3300.0
1.0.5000.0
2.0.0.0
4.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
System.CodeDom.CodeObject
System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)
System.Runtime.InteropServices.ComVisible(true)
provides a container for a CodeDOM program graph.
contains a collection that can store objects containing CodeDOM source code graphs, along with a collection of assemblies referenced by the project, and a collection of attributes for the project assembly.
A can be passed to the method of an implementation along with other parameters to generate code based on the program graph contained by the compile unit.
Some languages support only a single namespace that contains a single class in a compile unit.
Provides a container for a CodeDOM program graph.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
Initializes a new instance of the class.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.CodeDom.CodeAttributeDeclarationCollection
To be added: an object of type 'CodeAttributeDeclarationCollection'
You can add and remove objects representing attributes for the generated assembly from this collection.
Gets a collection of custom attributes for the generated assembly.
Property
2.0.0.0
4.0.0.0
System.CodeDom.CodeDirectiveCollection
To be added.
To be added.
Gets a object containing end directives.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.CodeDom.CodeNamespaceCollection
To be added: an object of type 'CodeNamespaceCollection'
You can add and remove objects from this collection. Each object represents a namespace.
Some languages support only a single namespace that contains a single class in a compile unit.
Gets the collection of namespaces.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Collections.Specialized.StringCollection
compileUnit.ReferencedAssemblies.Add("System.Data");
Adds a reference to the System.Data assembly for the compile unit.
You can add and remove file names from this collection.
Gets the referenced assemblies.
Property
2.0.0.0
4.0.0.0
System.CodeDom.CodeDirectiveCollection
To be added.
To be added.
Gets a object containing start directives.