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 | |
---|---|---|
![]() |
VirtualTypeImplementor | Initializes a new instance of the VirtualTypeImplementor class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddEventHandler | Adds the given delegate to the given event. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetField | Gets the value of the requested field. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetPropertyValue | Gets the value of the requested property. |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
InvokeConstructor | Creates an instance of a type. |
![]() |
InvokeMethod | Invokes a method on the object. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
RemoveEventHandler | Removes the given delegate from the given event. |
![]() |
SetField | Sets the value of the requested field. |
![]() |
SetPropertyValue | Sets the value of the requested property. |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top