JSBuiltin Enumeration

 

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

Specifies the built-in JScript functions. These functions correspond to the static methods of the intrinsic JScript objects. The members of this enumeration are used to create JSFunctionAttribute objects.

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

public enum class JSBuiltin

Member nameDescription
Array_concat

This API supports the product infrastructure and is not intended to be used directly from your code. The static concat method of the ArrayPrototype class.

Array_join

This API supports the product infrastructure and is not intended to be used directly from your code. The static join method of the ArrayPrototype class.

Array_pop

This API supports the product infrastructure and is not intended to be used directly from your code. The static pop method of the ArrayPrototype class.

Array_push

This API supports the product infrastructure and is not intended to be used directly from your code. The static push method of the ArrayPrototype class.

Array_reverse

This API supports the product infrastructure and is not intended to be used directly from your code. The static reverse method of the ArrayPrototype class.

Array_shift

This API supports the product infrastructure and is not intended to be used directly from your code. The static shift method of the ArrayPrototype class.

Array_slice

This API supports the product infrastructure and is not intended to be used directly from your code. The static slice method of the ArrayPrototype class.

Array_sort

This API supports the product infrastructure and is not intended to be used directly from your code. The static sort method of the ArrayPrototype class.

Array_splice

This API supports the product infrastructure and is not intended to be used directly from your code. The static splice method of the ArrayPrototype class.

Array_toLocaleString

This API supports the product infrastructure and is not intended to be used directly from your code. The static toLocaleString method of the ArrayPrototype class.

Array_toString

This API supports the product infrastructure and is not intended to be used directly from your code. The static toString method of the ArrayPrototype class.

Array_unshift

This API supports the product infrastructure and is not intended to be used directly from your code. The static unshift method of the ArrayPrototype class.

Boolean_toString

This API supports the product infrastructure and is not intended to be used directly from your code. The static toString method of the BooleanPrototype class.

Boolean_valueOf

This API supports the product infrastructure and is not intended to be used directly from your code. The static valueOf method of the BooleanPrototype class.

Date_getDate

This API supports the product infrastructure and is not intended to be used directly from your code. The static getDate method of the DatePrototype class.

Date_getDay

This API supports the product infrastructure and is not intended to be used directly from your code. The static getDay method of the DatePrototype class.

Date_getFullYear

This API supports the product infrastructure and is not intended to be used directly from your code. The static getFullYear method of the DatePrototype class.

Date_getHours

This API supports the product infrastructure and is not intended to be used directly from your code. The static getHours method of the DatePrototype class.

Date_getMilliseconds

This API supports the product infrastructure and is not intended to be used directly from your code. The static getMilliseconds method of the DatePrototype class.

Date_getMinutes

This API supports the product infrastructure and is not intended to be used directly from your code. The static getMinutes method of the DatePrototype class.

Date_getMonth

This API supports the product infrastructure and is not intended to be used directly from your code. The static getMonth method of the DatePrototype class.

Date_getSeconds

This API supports the product infrastructure and is not intended to be used directly from your code. The static getSeconds method of the DatePrototype class.

Date_getTime

This API supports the product infrastructure and is not intended to be used directly from your code. The static getTime method of the DatePrototype class.

Date_getTimezoneOffset

This API supports the product infrastructure and is not intended to be used directly from your code. The static getTimezoneOffset method of the DatePrototype class.

Date_getUTCDate

This API supports the product infrastructure and is not intended to be used directly from your code. The static getUTCDate method of the DatePrototype class.

Date_getUTCDay

This API supports the product infrastructure and is not intended to be used directly from your code. The static getUTCDay method of the DatePrototype class.

Date_getUTCFullYear

This API supports the product infrastructure and is not intended to be used directly from your code. The static getUTCFullYear method of the DatePrototype class.

Date_getUTCHours

This API supports the product infrastructure and is not intended to be used directly from your code. The static getUTCHours method of the DatePrototype class.

Date_getUTCMilliseconds

This API supports the product infrastructure and is not intended to be used directly from your code. The static getUTCMilliseconds method of the DatePrototype class.

Date_getUTCMinutes

This API supports the product infrastructure and is not intended to be used directly from your code. The static getUTCMinutes method of the DatePrototype class.

Date_getUTCMonth

This API supports the product infrastructure and is not intended to be used directly from your code. The static getUTCMonth method of the DatePrototype class.

Date_getUTCSeconds

This API supports the product infrastructure and is not intended to be used directly from your code. The static getUTCSeconds method of the DatePrototype class.

Date_getVarDate

This API supports the product infrastructure and is not intended to be used directly from your code. The static getVarDate method of the DatePrototype class.

Date_getYear

This API supports the product infrastructure and is not intended to be used directly from your code. The static getYear method of the DatePrototype class.

Date_parse

This API supports the product infrastructure and is not intended to be used directly from your code. The static parse method of the DateConstructor class.

Date_setDate

This API supports the product infrastructure and is not intended to be used directly from your code. The static setDate method of the DatePrototype class.

Date_setFullYear

This API supports the product infrastructure and is not intended to be used directly from your code. The static setFullYear method of the DatePrototype class.

Date_setHours

This API supports the product infrastructure and is not intended to be used directly from your code. The static setHours method of the DatePrototype class.

Date_setMilliseconds

This API supports the product infrastructure and is not intended to be used directly from your code. The static setMilliseconds method of the DatePrototype class.

Date_setMinutes

This API supports the product infrastructure and is not intended to be used directly from your code. The static setMinutes method of the DatePrototype class.

Date_setMonth

This API supports the product infrastructure and is not intended to be used directly from your code. The static setMonth method of the DatePrototype class.

Date_setSeconds

This API supports the product infrastructure and is not intended to be used directly from your code. The static setSeconds method of the DatePrototype class.

Date_setTime

This API supports the product infrastructure and is not intended to be used directly from your code. The static setTime method of the DatePrototype class.

Date_setUTCDate

This API supports the product infrastructure and is not intended to be used directly from your code. The static setUTCDate method of the DatePrototype class.

Date_setUTCFullYear

This API supports the product infrastructure and is not intended to be used directly from your code. The static setUTCFullYear method of the DatePrototype class.

Date_setUTCHours

This API supports the product infrastructure and is not intended to be used directly from your code. The static setUTCHours method of the DatePrototype class.

Date_setUTCMilliseconds

This API supports the product infrastructure and is not intended to be used directly from your code. The static setUTCMilliseconds method of the DatePrototype class.

Date_setUTCMinutes

This API supports the product infrastructure and is not intended to be used directly from your code. The static setUTCMinutes method of the DatePrototype class.

Date_setUTCMonth

This API supports the product infrastructure and is not intended to be used directly from your code. The static setUTCMonth method of the DatePrototype class.

Date_setUTCSeconds

This API supports the product infrastructure and is not intended to be used directly from your code. The static setUTCSeconds method of the DatePrototype class.

Date_setYear

This API supports the product infrastructure and is not intended to be used directly from your code. The static setYear method of the DatePrototype class.

Date_toDateString

This API supports the product infrastructure and is not intended to be used directly from your code. The static toDateString method of the DatePrototype class.

Date_toGMTString

This API supports the product infrastructure and is not intended to be used directly from your code. The static toGMTString method of the DatePrototype class.

Date_toLocaleDateString

This API supports the product infrastructure and is not intended to be used directly from your code. The static toLocaleDateString method of the DatePrototype class.

Date_toLocaleString

This API supports the product infrastructure and is not intended to be used directly from your code. The static toLocaleString method of the DatePrototype class.

Date_toLocaleTimeString

This API supports the product infrastructure and is not intended to be used directly from your code. The static toLocaleTimeString method of the DatePrototype class.

Date_toString

This API supports the product infrastructure and is not intended to be used directly from your code. The static toString method of the DatePrototype class.

Date_toTimeString

This API supports the product infrastructure and is not intended to be used directly from your code. The static toTimeString method of the DatePrototype class.

Date_toUTCString

This API supports the product infrastructure and is not intended to be used directly from your code. The static toUTCString method of the DatePrototype class.

Date_UTC

This API supports the product infrastructure and is not intended to be used directly from your code. The static UTC method of the DateConstructor class.

Date_valueOf

This API supports the product infrastructure and is not intended to be used directly from your code. The static valueOf method of the DatePrototype class.

Enumerator_atEnd

This API supports the product infrastructure and is not intended to be used directly from your code. The static atEnd method of the EnumeratorPrototype class.

Enumerator_item

This API supports the product infrastructure and is not intended to be used directly from your code. The static item method of the EnumeratorPrototype class.

Enumerator_moveFirst

This API supports the product infrastructure and is not intended to be used directly from your code. The static moveFirst method of the EnumeratorPrototype class.

Enumerator_moveNext

This API supports the product infrastructure and is not intended to be used directly from your code. The static moveNext method of the EnumeratorPrototype class.

Error_toString

This API supports the product infrastructure and is not intended to be used directly from your code. The static toString method of the ErrorPrototype class.

Function_apply

This API supports the product infrastructure and is not intended to be used directly from your code. The static apply method of the FunctionPrototype class.

Function_call

This API supports the product infrastructure and is not intended to be used directly from your code. The static call method of the FunctionPrototype class.

Function_toString

This API supports the product infrastructure and is not intended to be used directly from your code. The static toString method of the FunctionPrototype class.

Global_CollectGarbage

This API supports the product infrastructure and is not intended to be used directly from your code. The static CollectGarbage method of the GlobalObject class.

Global_decodeURI

This API supports the product infrastructure and is not intended to be used directly from your code. The static decodeURI method of the GlobalObject class.

Global_decodeURIComponent

This API supports the product infrastructure and is not intended to be used directly from your code. The static decodeURIComponent method of the GlobalObject class.

Global_encodeURI

This API supports the product infrastructure and is not intended to be used directly from your code. The static encodeURI method of the GlobalObject class.

Global_encodeURIComponent

This API supports the product infrastructure and is not intended to be used directly from your code. The static encodeURIComponent method of the GlobalObject class.

Global_escape

This API supports the product infrastructure and is not intended to be used directly from your code. The static escape method of the GlobalObject class.

Global_eval

This API supports the product infrastructure and is not intended to be used directly from your code. The static eval method of the GlobalObject class.

Global_GetObject

This API supports the product infrastructure and is not intended to be used directly from your code. The static GetObject method of the GlobalObject class.

Global_isFinite

This API supports the product infrastructure and is not intended to be used directly from your code. The static isFinite method of the GlobalObject class.

Global_isNaN

This API supports the product infrastructure and is not intended to be used directly from your code. The static isNaN method of the GlobalObject class.

Global_parseFloat

This API supports the product infrastructure and is not intended to be used directly from your code. The static parseFloat method of the GlobalObject class.

Global_parseInt

This API supports the product infrastructure and is not intended to be used directly from your code. The static parseInt method of the GlobalObject class.

Global_ScriptEngine

This API supports the product infrastructure and is not intended to be used directly from your code. The static ScriptEngine method of the GlobalObject class.

Global_ScriptEngineBuildVersion

This API supports the product infrastructure and is not intended to be used directly from your code. The static ScriptEngineBuildVersion method of the GlobalObject class.

Global_ScriptEngineMajorVersion

This API supports the product infrastructure and is not intended to be used directly from your code. The static ScriptEngineMajorVersion method of the GlobalObject class.

Global_ScriptEngineMinorVersion

This API supports the product infrastructure and is not intended to be used directly from your code. The static ScriptEngineMinorVersion method of the GlobalObject class.

Global_unescape

This API supports the product infrastructure and is not intended to be used directly from your code. The static unescape method of the GlobalObject class.

Math_abs

This API supports the product infrastructure and is not intended to be used directly from your code. The static abs method of the MathObject class.

Math_acos

This API supports the product infrastructure and is not intended to be used directly from your code. The static acos method of the MathObject class.

Math_asin

This API supports the product infrastructure and is not intended to be used directly from your code. The static asin method of the MathObject class.

Math_atan

This API supports the product infrastructure and is not intended to be used directly from your code. The static atan method of the MathObject class.

Math_atan2

This API supports the product infrastructure and is not intended to be used directly from your code. The static atan2 method of the MathObject class.

Math_ceil

This API supports the product infrastructure and is not intended to be used directly from your code. The static ceil method of the MathObject class.

Math_cos

This API supports the product infrastructure and is not intended to be used directly from your code. The static cos method of the MathObject class.

Math_exp

This API supports the product infrastructure and is not intended to be used directly from your code. The static exp method of the MathObject class.

Math_floor

This API supports the product infrastructure and is not intended to be used directly from your code. The static floor method of the MathObject class.

Math_log

This API supports the product infrastructure and is not intended to be used directly from your code. The static log method of the MathObject class.

Math_max

This API supports the product infrastructure and is not intended to be used directly from your code. The static max method of the MathObject class.

Math_min

This API supports the product infrastructure and is not intended to be used directly from your code. The static min method of the MathObject class.

Math_pow

This API supports the product infrastructure and is not intended to be used directly from your code. The static pow method of the MathObject class.

Math_random

This API supports the product infrastructure and is not intended to be used directly from your code. The static random method of the MathObject class.

Math_round

This API supports the product infrastructure and is not intended to be used directly from your code. The static round method of the MathObject class.

Math_sin

This API supports the product infrastructure and is not intended to be used directly from your code. The static sin method of the MathObject class.

Math_sqrt

This API supports the product infrastructure and is not intended to be used directly from your code. The static sqrt method of the MathObject class.

Math_tan

This API supports the product infrastructure and is not intended to be used directly from your code. The static tan method of the MathObject class.

None

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

Number_toExponential

This API supports the product infrastructure and is not intended to be used directly from your code. The static toExponential method of the NumberPrototype class.

Number_toFixed

This API supports the product infrastructure and is not intended to be used directly from your code. The static toFixed method of the NumberPrototype class.

Number_toLocaleString

This API supports the product infrastructure and is not intended to be used directly from your code. The static toLocaleString method of the NumberPrototype class.

Number_toPrecision

This API supports the product infrastructure and is not intended to be used directly from your code. The static toPrecision method of the NumberPrototype class.

Number_toString

This API supports the product infrastructure and is not intended to be used directly from your code. The static toString method of the NumberPrototype class.

Number_valueOf

This API supports the product infrastructure and is not intended to be used directly from your code. The static valueOf method of the NumberPrototype class.

Object_hasOwnProperty

This API supports the product infrastructure and is not intended to be used directly from your code. The static hasOwnProperty method of the ObjectPrototype class.

Object_isPrototypeOf

This API supports the product infrastructure and is not intended to be used directly from your code. The static isPrototypeOf method of the ObjectPrototype class.

Object_propertyIsEnumerable

This API supports the product infrastructure and is not intended to be used directly from your code. The static propertyIsEnumerable method of the ObjectPrototype class.

Object_toLocaleString

This API supports the product infrastructure and is not intended to be used directly from your code. The static toLocaleString method of the ObjectPrototype class.

Object_toString

This API supports the product infrastructure and is not intended to be used directly from your code. The static toString method of the ObjectPrototype class.

Object_valueOf

This API supports the product infrastructure and is not intended to be used directly from your code. The static valueOf method of the ObjectPrototype class.

RegExp_compile

This API supports the product infrastructure and is not intended to be used directly from your code. The static compile method of the RegExpPrototype class.

RegExp_exec

This API supports the product infrastructure and is not intended to be used directly from your code. The static exec method of the RegExpPrototype class.

RegExp_test

This API supports the product infrastructure and is not intended to be used directly from your code. The static test method of the RegExpPrototype class.

RegExp_toString

This API supports the product infrastructure and is not intended to be used directly from your code. The static toString method of the RegExpPrototype class.

String_anchor

This API supports the product infrastructure and is not intended to be used directly from your code. The static anchor method of the StringPrototype class.

String_big

This API supports the product infrastructure and is not intended to be used directly from your code. The static big method of the StringPrototype class.

String_blink

This API supports the product infrastructure and is not intended to be used directly from your code. The static blink method of the StringPrototype class.

String_bold

This API supports the product infrastructure and is not intended to be used directly from your code. The static bold method of the StringPrototype class.

String_charAt

This API supports the product infrastructure and is not intended to be used directly from your code. The static charAt method of the StringPrototype class.

String_charCodeAt

This API supports the product infrastructure and is not intended to be used directly from your code. The static charCodeAt method of the StringPrototype class.

String_concat

This API supports the product infrastructure and is not intended to be used directly from your code. The static concat method of the StringPrototype class.

String_fixed

This API supports the product infrastructure and is not intended to be used directly from your code. The static fixed method of the StringPrototype class.

String_fontcolor

This API supports the product infrastructure and is not intended to be used directly from your code. The static fontcolor method of the StringPrototype class.

String_fontsize

This API supports the product infrastructure and is not intended to be used directly from your code. The static fontsize method of the StringPrototype class.

String_fromCharCode

This API supports the product infrastructure and is not intended to be used directly from your code. The static fromCharCode method of the StringConstructor class.

String_indexOf

This API supports the product infrastructure and is not intended to be used directly from your code. The static indexOf method of the StringPrototype class.

String_italics

This API supports the product infrastructure and is not intended to be used directly from your code. The static italics method of the StringPrototype class.

String_lastIndexOf

This API supports the product infrastructure and is not intended to be used directly from your code. The static lastIndexOf method of the StringPrototype class.

String_link

This API supports the product infrastructure and is not intended to be used directly from your code. The static link method of the StringPrototype class.

String_localeCompare

This API supports the product infrastructure and is not intended to be used directly from your code. The static localeCompare method of the StringPrototype class.

String_match

This API supports the product infrastructure and is not intended to be used directly from your code. The static match method of the StringPrototype class.

String_replace

This API supports the product infrastructure and is not intended to be used directly from your code. The static replace method of the StringPrototype class.

String_search

This API supports the product infrastructure and is not intended to be used directly from your code. The static search method of the StringPrototype class.

String_slice

This API supports the product infrastructure and is not intended to be used directly from your code. The static slice method of the StringPrototype class.

String_small

This API supports the product infrastructure and is not intended to be used directly from your code. The static small method of the StringPrototype class.

String_split

This API supports the product infrastructure and is not intended to be used directly from your code. The static split method of the StringPrototype class.

String_strike

This API supports the product infrastructure and is not intended to be used directly from your code. The static strike method of the StringPrototype class.

String_sub

This API supports the product infrastructure and is not intended to be used directly from your code. The static sub method of the StringPrototype class.

String_substr

This API supports the product infrastructure and is not intended to be used directly from your code. The static substr method of the StringPrototype class.

String_substring

This API supports the product infrastructure and is not intended to be used directly from your code. The static substring method of the StringPrototype class.

String_sup

This API supports the product infrastructure and is not intended to be used directly from your code. The static sup method of the StringPrototype class.

String_toLocaleLowerCase

This API supports the product infrastructure and is not intended to be used directly from your code. The static toLocaleLowerCase method of the StringPrototype class.

String_toLocaleUpperCase

This API supports the product infrastructure and is not intended to be used directly from your code. The static toLocaleUpperCase method of the StringPrototype class.

String_toLowerCase

This API supports the product infrastructure and is not intended to be used directly from your code. The static toLowerCase method of the StringPrototype class.

String_toString

This API supports the product infrastructure and is not intended to be used directly from your code. The static toString method of the StringPrototype class.

String_toUpperCase

This API supports the product infrastructure and is not intended to be used directly from your code. The static toUpperCase method of the StringPrototype class.

String_valueOf

This API supports the product infrastructure and is not intended to be used directly from your code. The static valueOf method of the StringPrototype class.

VBArray_dimensions

This API supports the product infrastructure and is not intended to be used directly from your code. The static dimensions method of the VBArrayPrototype class.

VBArray_getItem

This API supports the product infrastructure and is not intended to be used directly from your code. The static getItem method of the VBArrayPrototype class.

VBArray_lbound

This API supports the product infrastructure and is not intended to be used directly from your code. The static lbound method of the VBArrayPrototype class.

VBArray_toArray

This API supports the product infrastructure and is not intended to be used directly from your code. The static toArray method of the VBArrayPrototype class.

VBArray_ubound

This API supports the product infrastructure and is not intended to be used directly from your code. The static ubound method of the VBArrayPrototype class.

.NET Framework
Available since 1.1
Return to top
Show: