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.CodeExpression
System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)
System.Runtime.InteropServices.ComVisible(true)
can be used to represent an expression that creates an instance of a type.
The property specifies the data type to create a new instance of. The property specifies the parameters to pass to the constructor of the type to create a new instance of.
Represents an expression that creates a new instance of a type.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
Initializes a new instance of the class.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
System.ParamArray
To be added
Initializes a new instance of the class using the specified type and parameters.
A that indicates the data type of the object to create.
An array of objects that indicates the parameters to use to create the object.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
System.ParamArray
To be added
Initializes a new instance of the class using the specified type and parameters.
The name of the data type of object to create.
An array of objects that indicates the parameters to use to create the object.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
System.ParamArray
To be added
Initializes a new instance of the class using the specified type and parameters.
The data type of the object to create.
An array of objects that indicates the parameters to use to create the object.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.CodeDom.CodeTypeReference
To be added: an object of type 'CodeTypeReference'
To be added
Gets or sets the data type of the object to create.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.CodeDom.CodeExpressionCollection
To be added: an object of type 'CodeExpressionCollection'
To be added
Gets or sets the parameters to use in creating the object.