GlobalType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the base class for types that are defined in the project or generated from code.
public ref class GlobalType abstract : MarshalByRefObject
public abstract class GlobalType : MarshalByRefObject
type GlobalType = class
inherit MarshalByRefObject
Public MustInherit Class GlobalType
Inherits MarshalByRefObject
- Inheritance
-
GlobalType
- Derived
Constructors
GlobalType(Type) |
Initializes a new instance of GlobalType. |
Properties
ObjectType |
Gets the checked type of the GlobalType. |
Methods
ClearObjectType() |
Clears the ObjectType property. |
Equals(Object) |
Checks if the specified object is equal to the current global type. |
GetHashCode() |
Returns the hash code for the current global type. |
GetObjectType() |
Returns the type of this global type. |
OnChanged(EventArgs) |
Raises the Changed event. |
OnChanging(EventArgs) |
Raises the Changing event. |
OnRemoved(EventArgs) |
Raises the Removed event. |
OnRemoving(EventArgs) |
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. |
Events
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. |