VirtualTypeImplementor Members
Include Protected Members
Include Inherited Members
The base class you must derive from to provide an implementation of your virtual type.
The VirtualTypeImplementor type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the VirtualTypeImplementor class.
Top
Methods
Name
Description
Adds the given delegate to the given event.
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.)
Gets the value of the requested field.
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the value of the requested property.
Gets the type of the current instance. (Inherited from Object.)
Creates an instance of a type.
Invokes a method on the object.
Creates a shallow copy of the current Object. (Inherited from Object.)
Removes the given delegate from the given event.
Sets the value of the requested field.
Sets the value of the requested property.
Returns a string that represents the current object. (Inherited from Object.)
Top