JSBuiltin Enumeration

This enumeration supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

'Declaration
Public Enumeration JSBuiltin
'Usage
Dim instance As JSBuiltin

public enum JSBuiltin
public enum JSBuiltin

  Member name Description
Array_concat  
Array_join  
Array_pop  
Array_push  
Array_reverse  
Array_shift  
Array_slice  
Array_sort  
Array_splice  
Array_toLocaleString  
Array_toString  
Array_unshift  
Boolean_toString  
Boolean_valueOf  
Date_getDate  
Date_getDay  
Date_getFullYear  
Date_getHours  
Date_getMilliseconds  
Date_getMinutes  
Date_getMonth  
Date_getSeconds  
Date_getTime  
Date_getTimezoneOffset  
Date_getUTCDate  
Date_getUTCDay  
Date_getUTCFullYear  
Date_getUTCHours  
Date_getUTCMilliseconds  
Date_getUTCMinutes  
Date_getUTCMonth  
Date_getUTCSeconds  
Date_getVarDate  
Date_getYear  
Date_parse  
Date_setDate  
Date_setFullYear  
Date_setHours  
Date_setMilliseconds  
Date_setMinutes  
Date_setMonth  
Date_setSeconds  
Date_setTime  
Date_setUTCDate  
Date_setUTCFullYear  
Date_setUTCHours  
Date_setUTCMilliseconds  
Date_setUTCMinutes  
Date_setUTCMonth  
Date_setUTCSeconds  
Date_setYear  
Date_toDateString  
Date_toGMTString  
Date_toLocaleDateString  
Date_toLocaleString  
Date_toLocaleTimeString  
Date_toString  
Date_toTimeString  
Date_toUTCString  
Date_UTC  
Date_valueOf  
Enumerator_atEnd  
Enumerator_item  
Enumerator_moveFirst  
Enumerator_moveNext  
Error_toString  
Function_apply  
Function_call  
Function_toString  
Global_CollectGarbage  
Global_decodeURI  
Global_decodeURIComponent  
Global_encodeURI  
Global_encodeURIComponent  
Global_escape  
Global_eval  
Global_GetObject  
Global_isFinite  
Global_isNaN  
Global_parseFloat  
Global_parseInt  
Global_ScriptEngine  
Global_ScriptEngineBuildVersion  
Global_ScriptEngineMajorVersion  
Global_ScriptEngineMinorVersion  
Global_unescape  
Math_abs  
Math_acos  
Math_asin  
Math_atan  
Math_atan2  
Math_ceil  
Math_cos  
Math_exp  
Math_floor  
Math_log  
Math_max  
Math_min  
Math_pow  
Math_random  
Math_round  
Math_sin  
Math_sqrt  
Math_tan  
None  
Number_toExponential  
Number_toFixed  
Number_toLocaleString  
Number_toPrecision  
Number_toString  
Number_valueOf  
Object_hasOwnProperty  
Object_isPrototypeOf  
Object_propertyIsEnumerable  
Object_toLocaleString  
Object_toString  
Object_valueOf  
RegExp_compile  
RegExp_exec  
RegExp_test  
RegExp_toString  
String_anchor  
String_big  
String_blink  
String_bold  
String_charAt  
String_charCodeAt  
String_concat  
String_fixed  
String_fontcolor  
String_fontsize  
String_fromCharCode  
String_indexOf  
String_italics  
String_lastIndexOf  
String_link  
String_localeCompare  
String_match  
String_replace  
String_search  
String_slice  
String_small  
String_split  
String_strike  
String_sub  
String_substr  
String_substring  
String_sup  
String_toLocaleLowerCase  
String_toLocaleUpperCase  
String_toLowerCase  
String_toString  
String_toUpperCase  
String_valueOf  
VBArray_dimensions  
VBArray_getItem  
VBArray_lbound  
VBArray_toArray  
VBArray_ubound  

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: