GlobalObject Class

 

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

Stores constants, data type information, utility functions, and references to prototype-based objects. This 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 class GlobalObject

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticActiveXObject

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a reference to an ActiveXObjectConstructor object.

System_CAPS_pubpropertySystem_CAPS_staticArray

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a reference to an ArrayConstructor object.

System_CAPS_pubpropertySystem_CAPS_staticboolean

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the managed type that corresponds to the JScript boolean data type.

System_CAPS_pubpropertySystem_CAPS_staticBoolean

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

System_CAPS_pubpropertySystem_CAPS_staticbyte

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the managed type that corresponds to the JScript byte data type.

System_CAPS_pubpropertySystem_CAPS_staticchar

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the managed type that corresponds to the JScript char data type.

System_CAPS_pubpropertySystem_CAPS_staticDate

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

System_CAPS_pubpropertySystem_CAPS_staticdecimal

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the managed type that corresponds to the JScript decimal data type.

System_CAPS_pubpropertySystem_CAPS_staticdouble

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the managed type that corresponds to the JScript double data type.

System_CAPS_pubpropertySystem_CAPS_staticEnumerator

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a reference to an EnumeratorConstructor object.

System_CAPS_pubpropertySystem_CAPS_staticError

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a reference to an ErrorConstructor object.

System_CAPS_pubpropertySystem_CAPS_staticEvalError

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a reference to an ErrorConstructor object. The object is initialized as an EvalError.

System_CAPS_pubpropertySystem_CAPS_staticfloat

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the managed type that corresponds to the JScript float data type.

System_CAPS_pubpropertySystem_CAPS_staticFunction

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

System_CAPS_pubpropertySystem_CAPS_staticint

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the managed type that corresponds to the JScript int data type.

System_CAPS_pubpropertySystem_CAPS_staticlong

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the managed type that corresponds to the JScript long data type.

System_CAPS_pubpropertySystem_CAPS_staticMath

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

System_CAPS_pubpropertySystem_CAPS_staticNumber

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

System_CAPS_pubpropertySystem_CAPS_staticObject

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a reference to an ObjectConstructor object.

System_CAPS_pubpropertySystem_CAPS_staticRangeError

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a reference to an ErrorConstructor object. The object is initialized as a RangeError.

System_CAPS_pubpropertySystem_CAPS_staticReferenceError

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a reference to an ErrorConstructor object. The object is initialized as a ReferenceError.

System_CAPS_pubpropertySystem_CAPS_staticRegExp

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

System_CAPS_pubpropertySystem_CAPS_staticsbyte

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the managed type that corresponds to the JScript sbyte data type.

System_CAPS_pubpropertySystem_CAPS_staticshort

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the managed type that corresponds to the JScript short data type.

System_CAPS_pubpropertySystem_CAPS_staticString

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

System_CAPS_pubpropertySystem_CAPS_staticSyntaxError

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a reference to an ErrorConstructor object. The object is initialized as a SyntaxError.

System_CAPS_pubpropertySystem_CAPS_staticTypeError

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a reference to an ErrorConstructor object. The object is initialized as a TypeError.

System_CAPS_pubpropertySystem_CAPS_staticuint

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the managed type that corresponds to the JScript uint data type.

System_CAPS_pubpropertySystem_CAPS_staticulong

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the managed type that corresponds to the JScript ulong data type.

System_CAPS_pubpropertySystem_CAPS_staticURIError

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a reference to an ErrorConstructor object. The object is initialized as a URIError.

System_CAPS_pubpropertySystem_CAPS_staticushort

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the managed type that corresponds to the JScript ushort data type.

System_CAPS_pubpropertySystem_CAPS_staticVBArray

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

System_CAPS_pubpropertySystem_CAPS_staticvoid

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the managed type that corresponds to the return value of a function that does not return a value.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCollectGarbage()

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

System_CAPS_pubmethodSystem_CAPS_staticdecodeURI(Object)

This API supports the product infrastructure and is not intended to be used directly from your code. Decodes the specified Uniform Resource Identifier (URI), accounting for reserved characters.

System_CAPS_pubmethodSystem_CAPS_staticdecodeURIComponent(Object)

This API supports the product infrastructure and is not intended to be used directly from your code. Decodes the specified Uniform Resource Identifier (URI).

System_CAPS_pubmethodSystem_CAPS_staticencodeURI(Object)

This API supports the product infrastructure and is not intended to be used directly from your code. Encodes the specified Uniform Resource Identifier (URI), accounting for reserved characters.

System_CAPS_pubmethodSystem_CAPS_staticencodeURIComponent(Object)

This API supports the product infrastructure and is not intended to be used directly from your code. Encodes the specified Uniform Resource Identifier (URI).

System_CAPS_pubmethodEquals(Object)

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

System_CAPS_pubmethodSystem_CAPS_staticescape(Object)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified string to use the % character to escape reserved characters (@, *, _, +, -, ., /) and express them in Unicode notation.

System_CAPS_pubmethodSystem_CAPS_staticeval(Object)

This API supports the product infrastructure and is not intended to be used directly from your code. Throws an IllegalEval exception in all cases.

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

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

System_CAPS_pubmethodSystem_CAPS_staticGetObject(Object, Object)

This API supports the product infrastructure and is not intended to be used directly from your code. Creates a managed object from an unmanaged object by using either the moniker or the ProgID.

System_CAPS_pubmethodGetType()

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

System_CAPS_pubmethodSystem_CAPS_staticisFinite(Double)

This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether the specified number represents infinity.

System_CAPS_pubmethodSystem_CAPS_staticisNaN(Object)

This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether the specified number can be converted to a JScript number.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticparseFloat(Object)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified string to its Double equivalent.

System_CAPS_pubmethodSystem_CAPS_staticparseInt(Object, Object)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified string to its Double equivalent, using the specified base.

System_CAPS_pubmethodSystem_CAPS_staticScriptEngine()

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the name of the scripting engine.

System_CAPS_pubmethodSystem_CAPS_staticScriptEngineBuildVersion()

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the build number of the scripting engine.

System_CAPS_pubmethodSystem_CAPS_staticScriptEngineMajorVersion()

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the major version number of the scripting engine.

System_CAPS_pubmethodSystem_CAPS_staticScriptEngineMinorVersion()

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the minor version number of the scripting engine.

System_CAPS_pubmethodToString()

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

System_CAPS_pubmethodSystem_CAPS_staticunescape(Object)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts % escaped characters (@, *, _, +, -, ., /) in the specified string to their original form. The escaped characters are expressed in Unicode notation.

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticInfinity

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

System_CAPS_pubfieldSystem_CAPS_staticNaN

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). This field is constant.

System_CAPS_protfieldoriginalActiveXObjectField

This API supports the product infrastructure and is not intended to be used directly from your code. Stores a reference to an ActiveXObjectConstructor object.

System_CAPS_protfieldoriginalArrayField

This API supports the product infrastructure and is not intended to be used directly from your code. Stores a reference to an ArrayConstructor object.

System_CAPS_protfieldoriginalBooleanField

This API supports the product infrastructure and is not intended to be used directly from your code. Stores a reference to a BooleanConstructor object.

System_CAPS_protfieldoriginalDateField

This API supports the product infrastructure and is not intended to be used directly from your code. Stores a reference to a DateConstructor object.

System_CAPS_protfieldoriginalEnumeratorField

This API supports the product infrastructure and is not intended to be used directly from your code. Stores a reference to an EnumeratorConstructor object.

System_CAPS_protfieldoriginalErrorField

This API supports the product infrastructure and is not intended to be used directly from your code. Stores a reference to an ErrorConstructor object.

System_CAPS_protfieldoriginalEvalErrorField

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.

System_CAPS_protfieldoriginalFunctionField

This API supports the product infrastructure and is not intended to be used directly from your code. Stores a reference to a FunctionConstructor object.

System_CAPS_protfieldoriginalNumberField

This API supports the product infrastructure and is not intended to be used directly from your code. Stores a reference to a NumberConstructor object.

System_CAPS_protfieldoriginalObjectField

This API supports the product infrastructure and is not intended to be used directly from your code. Stores a reference to an ObjectConstructor object.

System_CAPS_protfieldoriginalObjectPrototypeField

This API supports the product infrastructure and is not intended to be used directly from your code. Stores a reference to an ObjectPrototype object.

System_CAPS_protfieldoriginalRangeErrorField

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.

System_CAPS_protfieldoriginalReferenceErrorField

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.

System_CAPS_protfieldoriginalRegExpField

This API supports the product infrastructure and is not intended to be used directly from your code. Stores a reference to a RegExpConstructor object.

System_CAPS_protfieldoriginalStringField

This API supports the product infrastructure and is not intended to be used directly from your code. Stores a reference to a StringConstructor object.

System_CAPS_protfieldoriginalSyntaxErrorField

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.

System_CAPS_protfieldoriginalTypeErrorField

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.

System_CAPS_protfieldoriginalURIErrorField

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.

System_CAPS_protfieldoriginalVBArrayField

This API supports the product infrastructure and is not intended to be used directly from your code. Stores a reference to a VBArrayConstructor object.

System_CAPS_pubfieldSystem_CAPS_staticundefined

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

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