GlobalObject Methods
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Name | Description | |
|---|---|---|
![]() | ClearInstance() | Clears the Instance property. |
![]() | ClearObjectType() | Clears the ObjectType property. (Inherited from GlobalType.) |
![]() | CreateInstance() | Creates a cached instance of the global object. |
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Equals(Object^) | Checks if the specified object is equal to the current global object.(Overrides GlobalType::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code for the current global object.(Overrides GlobalType::GetHashCode().) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetObjectType() | Returns the type of this global type.(Inherited from GlobalType.) |
![]() | GetSerializer(Type^) | Returns the checked serializer of the specified type for the global object. |
![]() | GetSerializerCore(Type^) | Returns a serializer of the specified type for the global object. |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | OnChanged(EventArgs^) | Raises the Changed event.(Inherited from GlobalType.) |
![]() | OnChanging(EventArgs^) | Raises the Changing event.(Inherited from GlobalType.) |
![]() | OnCreated(EventArgs^) | Raises the Created event. |
![]() | OnRemoved(EventArgs^) | Raises the Removed event.(Inherited from GlobalType.) |
![]() | OnRemoving(EventArgs^) | Raises the Removing event.(Inherited from GlobalType.) |
![]() | PerformChange() | Reinitializes the global object and notifies users to changes to its state or shape.(Overrides GlobalType::PerformChange().) |
![]() | PerformRemove() | Clears the global object and notifies users of its removal.(Overrides GlobalType::PerformRemove().) |
![]() | ToString() | (Inherited from Object.) |

