Поделиться через


VirtualTypeImplementor Class

Definition

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

Name Description
VirtualTypeImplementor()

Initializes a new instance of the VirtualTypeImplementor class.

Methods

Name Description
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.

Applies to