VirtualTypeImplementor Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Name | Description | |
|---|---|---|
![]() | AddEventHandler(EventInfo^, Object^, Delegate^) | Adds the given delegate to the given event. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetField(FieldInfo^, Object^) | Gets the value of the requested field. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetPropertyValue(PropertyInfo^, Object^, array<Object^>^) | Gets the value of the requested property. |
![]() | GetType() | (Inherited from Object.) |
![]() | InvokeConstructor(ConstructorInfo^, array<Object^>^) | Creates an instance of a type. |
![]() | InvokeMethod(MethodInfo^, Object^, array<Object^>^) | Invokes a method on the object. |
![]() | MemberwiseClone() | (Inherited from 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^, array<Object^>^) | Sets the value of the requested property. |
![]() | ToString() | (Inherited from Object.) |
Show:

