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 | |
---|---|---|
GlobalType | Initializes a new instance of GlobalType. |
Top
Methods
Name | Description | |
---|---|---|
ClearObjectType | Clears the ObjectType property. | |
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 type. (Overrides Object.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 type. (Overrides Object.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. | |
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. | |
OnChanging | Raises the Changing event. | |
OnRemoved | Raises the Removed event. | |
OnRemoving | Raises the Removing event. | |
PerformChange | Reinitializes the global type and notifies users to changes to its shape. | |
PerformRemove | Clears the global type and notifies users of its removal. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
ObjectType | Gets the checked type of the GlobalType. |
Top
Events
Name | Description | |
---|---|---|
Changed | Occurs after the current global type is modified. | |
Changing | Occurs before the current global type is modified. | |
Removed | Occurs after the current global type is removed from use. | |
Removing | Occurs before the current global type is removed from use. |
Top