VirtualTypeImplementor Methods

 

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

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^, array<Object^>^)

Gets the value of the requested property.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInvokeConstructor(ConstructorInfo^, array<Object^>^)

Creates an instance of a type.

System_CAPS_pubmethodInvokeMethod(MethodInfo^, Object^, array<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^, array<Object^>^)

Sets the value of the requested property.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: