GlobalObject Members
Include Protected Members
Include Inherited Members
Provides the base class for types whose instances are accessible for each project.
The GlobalObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
GlobalObject | Initializes a new instance of the GlobalObject class. |
Top
Methods
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 | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() |
Equals | Checks if the specified object is equal to the current global object. (Overrides GlobalType.Equals(Object).) |
![]() |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Returns the hash code for the current global object. (Overrides GlobalType.GetHashCode().) |
![]() |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() |
GetObjectType | Returns the type of this global type. (Inherited from GlobalType.) |
![]() |
GetSerializer | Returns the checked serializer of the specified type for the global object. |
![]() |
GetSerializerCore | Returns a serializer of the specified type for the global object. |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() |
OnChanged | Raises the Changed event. (Inherited from GlobalType.) |
![]() |
OnChanging | Raises the Changing event. (Inherited from GlobalType.) |
![]() |
OnCreated | Raises the Created event. |
![]() |
OnRemoved | Raises the Removed event. (Inherited from GlobalType.) |
![]() |
OnRemoving | 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 | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Instance | Gets an on-demand created instance of the global object. |
![]() |
Name | Gets the recommended name of the global object. |
![]() |
ObjectType | Gets the checked type of the GlobalType. (Inherited from GlobalType.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
Changed | Occurs after the current global type is modified. (Inherited from GlobalType.) |
![]() |
Changing | Occurs before the current global type is modified. (Inherited from GlobalType.) |
![]() |
Created | Occurs when an instance of the global object is created. |
![]() |
Removed | Occurs after the current global type is removed from use. (Inherited from GlobalType.) |
![]() |
Removing | Occurs before the current global type is removed from use. (Inherited from GlobalType.) |
Top