VirtualTypeBuilder Members
Include Protected Members
Include Inherited Members
Creates new virtual typea. This class cannot be inherited.
The VirtualTypeBuilder type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the VirtualTypeBuilder class.
Top
Methods
Name
Description
Creates a virtual type based on the configuration of this virtual type builder.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Overloaded. Initializes this virtual type builder with data obtained from the given type.
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets or sets the name of the assembly to which the virtual type should belong.
Gets the collection of Attributes for the virtual type.
Gets or sets the base type from which the virtual type is derived.
Gets a collection of constructors for this virtual type.
Gets or sets the declaring type for the resulting virtual type.
Gets the collection of Events for the virtual type.
Gets the collection of Fields for the resulting virtual type.
Gets or sets the implementer that will be used for the resulting virtual type.
Gets or sets a value indicating whether the resulting virtual type has the public access modifier.
Gets or sets whether the resulting virtual type is serializable.
Gets the collection of methods for the resulting virtual type.
Gets the collection of Properties for the virtual type.
Gets or sets the type name for the virtual type.
Top