VirtualTypeImplementor Class

 

The base class you must derive from to provide an implementation of your virtual type.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

System.Object
  Microsoft.VisualStudio.Shell.Design.VirtualTypeImplementor

public abstract class VirtualTypeImplementor

NameDescription
System_CAPS_protmethodVirtualTypeImplementor()

Initializes a new instance of the VirtualTypeImplementor class.

NameDescription
System_CAPS_pubmethodAddEventHandler(EventInfo, Object, Delegate)

Adds the given delegate to the given event.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetField(FieldInfo, Object)

Gets the value of the requested field.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetPropertyValue(PropertyInfo, Object, Object[])

Gets the value of the requested property.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInvokeConstructor(ConstructorInfo, Object[])

Creates an instance of a type.

System_CAPS_pubmethodInvokeMethod(MethodInfo, Object, Object[])

Invokes a method on the object.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemoveEventHandler(EventInfo, Object, Delegate)

Removes the given delegate from the given event.

System_CAPS_pubmethodSetField(FieldInfo, Object, Object)

Sets the value of the requested field.

System_CAPS_pubmethodSetPropertyValue(PropertyInfo, Object, Object, Object[])

Sets the value of the requested property.

System_CAPS_pubmethodToString()

(Inherited from Object.)

A virtual type has no implementation of its own. VirtualTypeImplementor acts as the implementation part of a virtual type.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: