LenientGlobalObject Class

Definition

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.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class LenientGlobalObject sealed : Microsoft::JScript::GlobalObject
public sealed class LenientGlobalObject : Microsoft.JScript.GlobalObject
type LenientGlobalObject = class
    inherit GlobalObject
Public NotInheritable Class LenientGlobalObject
Inherits GlobalObject
Inheritance
LenientGlobalObject

Fields

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(Object) 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(Object) 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(Object) 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(Object) 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(Object) 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(Object) 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(Object, Object) 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(Double) 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(Object) 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).

originalActiveXObjectField

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to an ActiveXObjectConstructor object.

(Inherited from GlobalObject)
originalArrayField

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to an ArrayConstructor object.

(Inherited from GlobalObject)
originalBooleanField

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to a BooleanConstructor object.

(Inherited from GlobalObject)
originalDateField

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to a DateConstructor object.

(Inherited from GlobalObject)
originalEnumeratorField

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to an EnumeratorConstructor object.

(Inherited from GlobalObject)
originalErrorField

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to an ErrorConstructor object.

(Inherited from GlobalObject)
originalEvalErrorField

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to an ErrorConstructor object. The object is initialized as an EvalError.

(Inherited from GlobalObject)
originalFunctionField

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to a FunctionConstructor object.

(Inherited from GlobalObject)
originalNumberField

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to a NumberConstructor object.

(Inherited from GlobalObject)
originalObjectField

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to an ObjectConstructor object.

(Inherited from GlobalObject)
originalObjectPrototypeField

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to an ObjectPrototype object.

(Inherited from GlobalObject)
originalRangeErrorField

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to an ErrorConstructor object. The object is initialized as a RangeError.

(Inherited from GlobalObject)
originalReferenceErrorField

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to an ErrorConstructor object. The object is initialized as a ReferenceError.

(Inherited from GlobalObject)
originalRegExpField

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to a RegExpConstructor object.

(Inherited from GlobalObject)
originalStringField

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to a StringConstructor object.

(Inherited from GlobalObject)
originalSyntaxErrorField

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to an ErrorConstructor object. The object is initialized as a SyntaxError.

(Inherited from GlobalObject)
originalTypeErrorField

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to an ErrorConstructor object. The object is initialized as a TypeError.

(Inherited from GlobalObject)
originalURIErrorField

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to an ErrorConstructor object. The object is initialized as a URIError.

(Inherited from GlobalObject)
originalVBArrayField

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to a VBArrayConstructor object.

(Inherited from GlobalObject)
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(Object) 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(Object, Object) 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(Object) 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.

Properties

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.

Methods

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)

Applies to