VirtualTypeImplementor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The base class you must derive from to provide an implementation of your virtual type.
public ref class VirtualTypeImplementor abstract
[Windows::Foundation::Metadata::WebHostHidden]
public ref class VirtualTypeImplementor abstract
[Windows::Foundation::Metadata::WebHostHidden]
class VirtualTypeImplementor abstract
public abstract class VirtualTypeImplementor
type VirtualTypeImplementor = class
Public MustInherit Class VirtualTypeImplementor
- Inheritance
-
VirtualTypeImplementor
Constructors
VirtualTypeImplementor() |
Initializes a new instance of the VirtualTypeImplementor class. |
Methods
AddEventHandler(EventInfo, Object, Delegate) |
Adds the given delegate to the given event. |
GetField(FieldInfo, Object) |
Gets the value of the requested field. |
GetPropertyValue(PropertyInfo, Object, Object[]) |
Gets the value of the requested property. |
InvokeConstructor(ConstructorInfo, Object[]) |
Creates an instance of a type. |
InvokeMethod(MethodInfo, Object, Object[]) |
Invokes a method on the object. |
RemoveEventHandler(EventInfo, Object, Delegate) |
Removes the given delegate from the given event. |
SetField(FieldInfo, Object, Object) |
Sets the value of the requested field. |
SetPropertyValue(PropertyInfo, Object, Object, Object[]) |
Sets the value of the requested property. |