Share via


VirtualTypeImplementor Members

Include Protected Members
Include Inherited Members

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

The VirtualTypeImplementor type exposes the following members.

Constructors

 

Name

Description

Protected method

VirtualTypeImplementor

Initializes a new instance of the VirtualTypeImplementor class.

Top

Methods

 

Name

Description

Public method

AddEventHandler

Adds the given delegate to the given event.

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetField

Gets the value of the requested field.

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetPropertyValue

Gets the value of the requested property.

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Public method

InvokeConstructor

Creates an instance of a type.

Public method

InvokeMethod

Invokes a method on the object.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

RemoveEventHandler

Removes the given delegate from the given event.

Public method

SetField

Sets the value of the requested field.

Public method

SetPropertyValue

Sets the value of the requested property.

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

See Also

Reference

VirtualTypeImplementor Class

Microsoft.VisualStudio.Shell.Design Namespace