Share via


GlobalType Members

Include Protected Members
Include Inherited Members

Provides the base class for types that are defined in the project or generated from code.

The GlobalType type exposes the following members.

Constructors

 

Name

Description

Protected method

GlobalType

Initializes a new instance of GlobalType.

Top

Methods

 

Name

Description

Protected method

ClearObjectType

Clears the ObjectType property.

Public method

CreateObjRef

Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)

Public method

Equals

Checks if the specified object is equal to the current global type. (Overrides Object.Equals(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

GetHashCode

Returns the hash code for the current global type. (Overrides Object.GetHashCode().)

Public method

GetLifetimeService

Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)

Protected method

GetObjectType

Returns the type of this global type.

Public method

GetType

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

Public method

InitializeLifetimeService

Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)

Protected method

MemberwiseClone

Overloaded.

Protected method

OnChanged

Raises the Changed event.

Protected method

OnChanging

Raises the Changing event.

Protected method

OnRemoved

Raises the Removed event.

Protected method

OnRemoving

Raises the Removing event.

Protected method

PerformChange

Reinitializes the global type and notifies users to changes to its shape.

Protected method

PerformRemove

Clears the global type and notifies users of its removal.

Public method

ToString

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

Top

Properties

 

Name

Description

Public property

ObjectType

Gets the checked type of the GlobalType.

Top

Events

 

Name

Description

Public event

Changed

Occurs after the current global type is modified.

Public event

Changing

Occurs before the current global type is modified.

Public event

Removed

Occurs after the current global type is removed from use.

Public event

Removing

Occurs before the current global type is removed from use.

Top

See Also

Reference

GlobalType Class

Microsoft.VisualStudio.Shell.Design Namespace