This documentation is archived and is not being maintained.
LenientGlobalObject Class
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Stores constructor function objects, data type information, and objects that represent the static methods of the GlobalObject class. The LenientGlobalObject class belongs to the built-in object model category.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
The LenientGlobalObject type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActiveXObject | Gets or sets a prototype-based object that is defined by an ActiveXObjectConstructor constructor function object. |
![]() | Array | Gets or sets a prototype-based object that is defined by an ArrayConstructor constructor function object. |
![]() | Boolean | Gets or sets a prototype-based object that is defined by a BooleanConstructor constructor function object. |
![]() | Date | Gets or sets a prototype-based object that is defined by a LenientDateConstructor constructor function object. |
![]() | Enumerator | Gets or sets a prototype-based object that is defined by an EnumeratorConstructor constructor function object. |
![]() | Error | Gets or sets a prototype-based object that is defined by an ErrorConstructor constructor function object. |
![]() | EvalError | Gets or sets a prototype-based object that is defined by an ErrorConstructor constructor function object, and that is initialized as an EvalError. |
![]() | Function | Gets or sets a prototype-based object that is defined by a FunctionConstructor constructor function object. |
![]() | Math | Gets or sets a LenientMathObject object. |
![]() | Number | Gets or sets a prototype-based object that is defined by a NumberConstructor constructor function object. |
![]() | Object | Gets or sets a prototype-based object that is defined by an ObjectConstructor constructor function object. |
![]() | RangeError | Gets or sets a prototype-based object that is defined by an ErrorConstructor constructor function object, and that is initialized as a RangeError. |
![]() | ReferenceError | Gets or sets a prototype-based object that is defined by an ErrorConstructor constructor function object, and that is initialized as a ReferenceError. |
![]() | RegExp | Gets or sets a prototype-based object that is defined by a RegExpConstructor constructor function object. |
![]() | String | Gets or sets a prototype-based object that is defined by a LenientStringConstructor constructor function object. |
![]() | SyntaxError | Gets or sets a prototype-based object that is defined by an ErrorConstructor constructor function object, and that is initialized as a SyntaxError. |
![]() | TypeError | Gets or sets a prototype-based object that is defined by an ErrorConstructor constructor function object, and that is initialized as a TypeError. |
![]() | URIError | Gets or sets a prototype-based object that is defined by an ErrorConstructor constructor function object, and that is initialized as a URIError. |
![]() | VBArray | Gets or sets a prototype-based object that is defined by a VBArrayConstructor constructor function object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (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.) |
| Name | Description | |
|---|---|---|
![]() | boolean | Stores the managed type that corresponds to the JScript boolean data type. |
![]() | byte | Stores the managed type that corresponds to the JScript byte data type. |
![]() | char | Stores the managed type that corresponds to the JScript char data type. |
![]() | decimal | Stores the managed type that corresponds to the JScript decimal data type. |
![]() | decodeURI | Stores an object that represents the static decodeURI method of the GlobalObject class. |
![]() | decodeURIComponent | Stores an object that represents the static decodeURIComponent method of the GlobalObject class. |
![]() | double | Stores the managed type that corresponds to the JScript double data type. |
![]() | encodeURI | Stores an object that represents the static encodeURI method of the GlobalObject class. |
![]() | encodeURIComponent | Stores an object that represents the static encodeURIComponent method of the GlobalObject class. |
![]() | escape | Stores an object that represents the static escape method of the GlobalObject class. |
![]() | eval | Stores an object that represents the static eval method of the GlobalObject class. |
![]() | float | Stores the managed type that corresponds to the JScript float data type. |
![]() | GetObject | Stores an object that represents the static GetObject method of the GlobalObject class. |
![]() | Infinity | Represents positive infinity. |
![]() | int | Stores the managed type that corresponds to the JScript int data type. |
![]() | isFinite | Stores an object that represents the static isFinite method of the GlobalObject class. |
![]() | isNaN | Stores an object that represents the static isNaN method of the GlobalObject class. |
![]() | long | Stores the managed type that corresponds to the JScript long data type. |
![]() | NaN | Represents a value that is not a number (NaN). |
![]() | originalActiveXObjectField | Stores a reference to an ActiveXObjectConstructor object. (Inherited from GlobalObject.) |
![]() | originalArrayField | Stores a reference to an ArrayConstructor object. (Inherited from GlobalObject.) |
![]() | originalBooleanField | Stores a reference to a BooleanConstructor object. (Inherited from GlobalObject.) |
![]() | originalDateField | Stores a reference to a DateConstructor object. (Inherited from GlobalObject.) |
![]() | originalEnumeratorField | Stores a reference to an EnumeratorConstructor object. (Inherited from GlobalObject.) |
![]() | originalErrorField | Stores a reference to an ErrorConstructor object. (Inherited from GlobalObject.) |
![]() | originalEvalErrorField | Stores a reference to an ErrorConstructor object. The object is initialized as an EvalError. (Inherited from GlobalObject.) |
![]() | originalFunctionField | Stores a reference to a FunctionConstructor object. (Inherited from GlobalObject.) |
![]() | originalNumberField | Stores a reference to a NumberConstructor object. (Inherited from GlobalObject.) |
![]() | originalObjectField | Stores a reference to an ObjectConstructor object. (Inherited from GlobalObject.) |
![]() | originalObjectPrototypeField | Stores a reference to an ObjectPrototype object. (Inherited from GlobalObject.) |
![]() | originalRangeErrorField | Stores a reference to an ErrorConstructor object. The object is initialized as a RangeError. (Inherited from GlobalObject.) |
![]() | originalReferenceErrorField | Stores a reference to an ErrorConstructor object. The object is initialized as a ReferenceError. (Inherited from GlobalObject.) |
![]() | originalRegExpField | Stores a reference to a RegExpConstructor object. (Inherited from GlobalObject.) |
![]() | originalStringField | Stores a reference to a StringConstructor object. (Inherited from GlobalObject.) |
![]() | originalSyntaxErrorField | Stores a reference to an ErrorConstructor object. The object is initialized as a SyntaxError. (Inherited from GlobalObject.) |
![]() | originalTypeErrorField | Stores a reference to an ErrorConstructor object. The object is initialized as a TypeError. (Inherited from GlobalObject.) |
![]() | originalURIErrorField | Stores a reference to an ErrorConstructor object. The object is initialized as a URIError. (Inherited from GlobalObject.) |
![]() | originalVBArrayField | Stores a reference to a VBArrayConstructor object. (Inherited from GlobalObject.) |
![]() | parseFloat | Stores an object that represents the static parseFloat method of the GlobalObject class. |
![]() | parseInt | Stores an object that represents the static parseInt method of the GlobalObject class. |
![]() | sbyte | Stores the managed type that corresponds to the JScript sbyte data type. |
![]() | ScriptEngine | Stores an object that represents the static ScriptEngine method of the GlobalObject class. |
![]() | ScriptEngineBuildVersion | Stores an object that represents the static ScriptEngineBuildVersion method of the GlobalObject class. |
![]() | ScriptEngineMajorVersion | Stores an object that represents the static ScriptEngineMajorVersion method of the GlobalObject class. |
![]() | ScriptEngineMinorVersion | Stores an object that represents the static ScriptEngineMinorVersion method of the GlobalObject class. |
![]() | short | Stores the managed type that corresponds to the JScript short data type. |
![]() | uint | Stores the managed type that corresponds to the JScript uint data type. |
![]() | ulong | Stores the managed type that corresponds to the JScript ulong data type. |
![]() | undefined | Represents a value that is null. |
![]() | unescape | Stores an object that represents the static unescape method of the GlobalObject class. |
![]() | ushort | Stores the managed type that corresponds to the JScript ushort data type. |
![]() | void | Stores the managed type that corresponds to the return value of a function that does not return a value. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
