Globals 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.
Stores references to all globally available types and manages the stack. This class belongs to the compilation and run-time state category.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class Globals sealed
public sealed class Globals
type Globals = class
Public NotInheritable Class Globals
- Inheritance
-
Globals
Fields
contextEngine |
This API supports the product infrastructure and is not intended to be used directly from your code. Stores a global reference to the single scripting engine that is running in the current context. |
Methods
ConstructArray(Object[]) |
This API supports the product infrastructure and is not intended to be used directly from your code. Provides global access to the CreateInstance(Object[]) method. |
ConstructArrayLiteral(Object[]) |
This API supports the product infrastructure and is not intended to be used directly from your code. Provides global access to the ConstructArray(Object[]) method. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |