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.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

System::Object
  Microsoft.JScript::GlobalObject
    Microsoft.JScript::LenientGlobalObject

public ref class LenientGlobalObject sealed : GlobalObject

NameDescription
System_CAPS_pubpropertyActiveXObject

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.

System_CAPS_pubpropertyArray

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.

System_CAPS_pubpropertyBoolean

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.

System_CAPS_pubpropertyDate

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.

System_CAPS_pubpropertyEnumerator

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.

System_CAPS_pubpropertyError

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.

System_CAPS_pubpropertyEvalError

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.

System_CAPS_pubpropertyFunction

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.

System_CAPS_pubpropertyMath

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a LenientMathObject object.

System_CAPS_pubpropertyNumber

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.

System_CAPS_pubpropertyObject

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.

System_CAPS_pubpropertyRangeError

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.

System_CAPS_pubpropertyReferenceError

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.

System_CAPS_pubpropertyRegExp

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.

System_CAPS_pubpropertyString

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.

System_CAPS_pubpropertySyntaxError

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.

System_CAPS_pubpropertyTypeError

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.

System_CAPS_pubpropertyURIError

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.

System_CAPS_pubpropertyVBArray

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.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubfieldboolean

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.

System_CAPS_pubfieldbyte

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.

System_CAPS_pubfieldchar

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.

System_CAPS_pubfielddecimal

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.

System_CAPS_pubfielddecodeURI

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.

System_CAPS_pubfielddecodeURIComponent

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.

System_CAPS_pubfielddouble

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.

System_CAPS_pubfieldencodeURI

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.

System_CAPS_pubfieldencodeURIComponent

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.

System_CAPS_pubfieldescape

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.

System_CAPS_pubfieldeval

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.

System_CAPS_pubfieldfloat

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.

System_CAPS_pubfieldGetObject

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.

System_CAPS_pubfieldInfinity

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

System_CAPS_pubfieldint

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.

System_CAPS_pubfieldisFinite

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.

System_CAPS_pubfieldisNaN

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.

System_CAPS_pubfieldlong

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.

System_CAPS_pubfieldNaN

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).

System_CAPS_pubfieldparseFloat

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.

System_CAPS_pubfieldparseInt

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.

System_CAPS_pubfieldsbyte

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.

System_CAPS_pubfieldScriptEngine

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.

System_CAPS_pubfieldScriptEngineBuildVersion

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.

System_CAPS_pubfieldScriptEngineMajorVersion

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.

System_CAPS_pubfieldScriptEngineMinorVersion

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.

System_CAPS_pubfieldshort

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.

System_CAPS_pubfielduint

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.

System_CAPS_pubfieldulong

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.

System_CAPS_pubfieldundefined

This API supports the product infrastructure and is not intended to be used directly from your code. Represents a value that is null.

System_CAPS_pubfieldunescape

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.

System_CAPS_pubfieldushort

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.

System_CAPS_pubfieldvoid

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.

.NET Framework
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.

Return to top
Show: