LenientGlobalObject Class
This API supports the product 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)
| Name | Description | |
|---|---|---|
![]() | ActiveXObject | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a prototype-based object that is defined by an ActiveXObjectConstructor constructor function object. |
![]() | Array | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a prototype-based object that is defined by an ArrayConstructor constructor function object. |
![]() | Boolean | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a prototype-based object that is defined by a BooleanConstructor constructor function object. |
![]() | Date | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a prototype-based object that is defined by a LenientDateConstructor constructor function object. |
![]() | Enumerator | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a prototype-based object that is defined by an EnumeratorConstructor constructor function object. |
![]() | Error | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a prototype-based object that is defined by an ErrorConstructor constructor function object. |
![]() | EvalError | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a prototype-based object that is defined by an ErrorConstructor constructor function object, and that is initialized as an EvalError. |
![]() | Function | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a prototype-based object that is defined by a FunctionConstructor constructor function object. |
![]() | Math | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a LenientMathObject object. |
![]() | Number | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a prototype-based object that is defined by a NumberConstructor constructor function object. |
![]() | Object | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a prototype-based object that is defined by an ObjectConstructor constructor function object. |
![]() | RangeError | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a prototype-based object that is defined by an ErrorConstructor constructor function object, and that is initialized as a RangeError. |
![]() | ReferenceError | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a prototype-based object that is defined by an ErrorConstructor constructor function object, and that is initialized as a ReferenceError. |
![]() | RegExp | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a prototype-based object that is defined by a RegExpConstructor constructor function object. |
![]() | String | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a prototype-based object that is defined by a LenientStringConstructor constructor function object. |
![]() | SyntaxError | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a prototype-based object that is defined by an ErrorConstructor constructor function object, and that is initialized as a SyntaxError. |
![]() | TypeError | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a prototype-based object that is defined by an ErrorConstructor constructor function object, and that is initialized as a TypeError. |
![]() | URIError | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a prototype-based object that is defined by an ErrorConstructor constructor function object, and that is initialized as a URIError. |
![]() | VBArray | This API supports the product infrastructure and is not intended to be used directly from your code. 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.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | boolean | This API supports the product infrastructure and is not intended to be used directly from your code. Stores the managed type that corresponds to the JScript boolean data type. |
![]() | byte | This API supports the product infrastructure and is not intended to be used directly from your code. Stores the managed type that corresponds to the JScript byte data type. |
![]() | char | This API supports the product infrastructure and is not intended to be used directly from your code. Stores the managed type that corresponds to the JScript char data type. |
![]() | decimal | This API supports the product infrastructure and is not intended to be used directly from your code. Stores the managed type that corresponds to the JScript decimal data type. |
![]() | decodeURI | This API supports the product infrastructure and is not intended to be used directly from your code. Stores an object that represents the static decodeURI method of the GlobalObject class. |
![]() | decodeURIComponent | This API supports the product infrastructure and is not intended to be used directly from your code. Stores an object that represents the static decodeURIComponent method of the GlobalObject class. |
![]() | double | This API supports the product infrastructure and is not intended to be used directly from your code. Stores the managed type that corresponds to the JScript double data type. |
![]() | encodeURI | This API supports the product infrastructure and is not intended to be used directly from your code. Stores an object that represents the static encodeURI method of the GlobalObject class. |
![]() | encodeURIComponent | This API supports the product infrastructure and is not intended to be used directly from your code. Stores an object that represents the static encodeURIComponent method of the GlobalObject class. |
![]() | escape | This API supports the product infrastructure and is not intended to be used directly from your code. Stores an object that represents the static escape method of the GlobalObject class. |
![]() | eval | This API supports the product infrastructure and is not intended to be used directly from your code. Stores an object that represents the static eval method of the GlobalObject class. |
![]() | float | This API supports the product infrastructure and is not intended to be used directly from your code. Stores the managed type that corresponds to the JScript float data type. |
![]() | GetObject | This API supports the product infrastructure and is not intended to be used directly from your code. Stores an object that represents the static GetObject method of the GlobalObject class. |
![]() | Infinity | This API supports the product infrastructure and is not intended to be used directly from your code. Represents positive infinity. |
![]() | int | This API supports the product infrastructure and is not intended to be used directly from your code. Stores the managed type that corresponds to the JScript int data type. |
![]() | isFinite | This API supports the product infrastructure and is not intended to be used directly from your code. Stores an object that represents the static isFinite method of the GlobalObject class. |
![]() | isNaN | This API supports the product infrastructure and is not intended to be used directly from your code. Stores an object that represents the static isNaN method of the GlobalObject class. |
![]() | long | This API supports the product infrastructure and is not intended to be used directly from your code. Stores the managed type that corresponds to the JScript long data type. |
![]() | NaN | This API supports the product infrastructure and is not intended to be used directly from your code. Represents a value that is not a number (NaN). |
![]() | parseFloat | This API supports the product infrastructure and is not intended to be used directly from your code. Stores an object that represents the static parseFloat method of the GlobalObject class. |
![]() | parseInt | This API supports the product infrastructure and is not intended to be used directly from your code. Stores an object that represents the static parseInt method of the GlobalObject class. |
![]() | sbyte | This API supports the product infrastructure and is not intended to be used directly from your code. Stores the managed type that corresponds to the JScript sbyte data type. |
![]() | ScriptEngine | This API supports the product infrastructure and is not intended to be used directly from your code. Stores an object that represents the static ScriptEngine method of the GlobalObject class. |
![]() | ScriptEngineBuildVersion | This API supports the product infrastructure and is not intended to be used directly from your code. Stores an object that represents the static ScriptEngineBuildVersion method of the GlobalObject class. |
![]() | ScriptEngineMajorVersion | This API supports the product infrastructure and is not intended to be used directly from your code. Stores an object that represents the static ScriptEngineMajorVersion method of the GlobalObject class. |
![]() | ScriptEngineMinorVersion | This API supports the product infrastructure and is not intended to be used directly from your code. Stores an object that represents the static ScriptEngineMinorVersion method of the GlobalObject class. |
![]() | short | This API supports the product infrastructure and is not intended to be used directly from your code. Stores the managed type that corresponds to the JScript short data type. |
![]() | uint | This API supports the product infrastructure and is not intended to be used directly from your code. Stores the managed type that corresponds to the JScript uint data type. |
![]() | ulong | This API supports the product infrastructure and is not intended to be used directly from your code. Stores the managed type that corresponds to the JScript ulong data type. |
![]() | undefined | This API supports the product infrastructure and is not intended to be used directly from your code. Represents a value that is null. |
![]() | unescape | This API supports the product infrastructure and is not intended to be used directly from your code. Stores an object that represents the static unescape method of the GlobalObject class. |
![]() | ushort | This API supports the product infrastructure and is not intended to be used directly from your code. Stores the managed type that corresponds to the JScript ushort data type. |
![]() | void | This API supports the product infrastructure and is not intended to be used directly from your code. Stores the managed type that corresponds to the return value of a function that does not return a value. |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


