JSBuiltin Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt die integrierten JScript-Funktionen an. Diese Funktionen entsprechen den statischen Methoden der systeminternen JScript-Objekte. Die Member dieser Enumeration werden zum Erstellen von JSFunctionAttribute-Objekten verwendet.
Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.
public enum class JSBuiltin
public enum JSBuiltin
type JSBuiltin =
Public Enum JSBuiltin
- Vererbung
Felder
Array_concat | 1 | Die statische concat(Object, VsaEngine, Object[])-Methode der ArrayPrototype-Klasse. |
Array_join | 2 | Die statische join(Object, Object)-Methode der ArrayPrototype-Klasse. |
Array_pop | 3 | Die statische pop(Object)-Methode der ArrayPrototype-Klasse. |
Array_push | 4 | Die statische push(Object, Object[])-Methode der ArrayPrototype-Klasse. |
Array_reverse | 5 | Die statische reverse(Object)-Methode der ArrayPrototype-Klasse. |
Array_shift | 6 | Die statische shift(Object)-Methode der ArrayPrototype-Klasse. |
Array_slice | 7 | Die statische slice(Object, VsaEngine, Double, Object)-Methode der ArrayPrototype-Klasse. |
Array_sort | 8 | Die statische sort(Object, Object)-Methode der ArrayPrototype-Klasse. |
Array_splice | 9 | Die statische splice(Object, VsaEngine, Double, Double, Object[])-Methode der ArrayPrototype-Klasse. |
Array_toLocaleString | 10 | Die statische toLocaleString(Object)-Methode der ArrayPrototype-Klasse. |
Array_toString | 11 | Die statische toString(Object)-Methode der ArrayPrototype-Klasse. |
Array_unshift | 12 | Die statische unshift(Object, Object[])-Methode der ArrayPrototype-Klasse. |
Boolean_toString | 13 | Die statische toString(Object)-Methode der BooleanPrototype-Klasse. |
Boolean_valueOf | 14 | Die statische valueOf(Object)-Methode der BooleanPrototype-Klasse. |
Date_getDate | 15 | Die statische getDate(Object)-Methode der DatePrototype-Klasse. |
Date_getDay | 16 | Die statische getDay(Object)-Methode der DatePrototype-Klasse. |
Date_getFullYear | 17 | Die statische getFullYear(Object)-Methode der DatePrototype-Klasse. |
Date_getHours | 18 | Die statische getHours(Object)-Methode der DatePrototype-Klasse. |
Date_getMilliseconds | 19 | Die statische getMilliseconds(Object)-Methode der DatePrototype-Klasse. |
Date_getMinutes | 20 | Die statische getMinutes(Object)-Methode der DatePrototype-Klasse. |
Date_getMonth | 21 | Die statische getMonth(Object)-Methode der DatePrototype-Klasse. |
Date_getSeconds | 22 | Die statische getSeconds(Object)-Methode der DatePrototype-Klasse. |
Date_getTime | 23 | Die statische getTime(Object)-Methode der DatePrototype-Klasse. |
Date_getTimezoneOffset | 24 | Die statische getTimezoneOffset(Object)-Methode der DatePrototype-Klasse. |
Date_getUTCDate | 25 | Die statische getUTCDate(Object)-Methode der DatePrototype-Klasse. |
Date_getUTCDay | 26 | Die statische getUTCDay(Object)-Methode der DatePrototype-Klasse. |
Date_getUTCFullYear | 27 | Die statische getUTCFullYear(Object)-Methode der DatePrototype-Klasse. |
Date_getUTCHours | 28 | Die statische getUTCHours(Object)-Methode der DatePrototype-Klasse. |
Date_getUTCMilliseconds | 29 | Die statische getUTCMilliseconds(Object)-Methode der DatePrototype-Klasse. |
Date_getUTCMinutes | 30 | Die statische getUTCMinutes(Object)-Methode der DatePrototype-Klasse. |
Date_getUTCMonth | 31 | Die statische getUTCMonth(Object)-Methode der DatePrototype-Klasse. |
Date_getUTCSeconds | 32 | Die statische getUTCSeconds(Object)-Methode der DatePrototype-Klasse. |
Date_getVarDate | 33 | Die statische getVarDate(Object)-Methode der DatePrototype-Klasse. |
Date_getYear | 34 | Die statische getYear(Object)-Methode der DatePrototype-Klasse. |
Date_parse | 35 | Die statische parse(String)-Methode der DateConstructor-Klasse. |
Date_setDate | 36 | Die statische setDate(Object, Double)-Methode der DatePrototype-Klasse. |
Date_setFullYear | 37 | Die statische setFullYear(Object, Double, Object, Object)-Methode der DatePrototype-Klasse. |
Date_setHours | 38 | Die statische setHours(Object, Double, Object, Object, Object)-Methode der DatePrototype-Klasse. |
Date_setMilliseconds | 40 | Die statische setMilliseconds(Object, Double)-Methode der DatePrototype-Klasse. |
Date_setMinutes | 39 | Die statische setMinutes(Object, Double, Object, Object)-Methode der DatePrototype-Klasse. |
Date_setMonth | 41 | Die statische setMonth(Object, Double, Object)-Methode der DatePrototype-Klasse. |
Date_setSeconds | 42 | Die statische setSeconds(Object, Double, Object)-Methode der DatePrototype-Klasse. |
Date_setTime | 43 | Die statische setTime(Object, Double)-Methode der DatePrototype-Klasse. |
Date_setUTCDate | 44 | Die statische setUTCDate(Object, Double)-Methode der DatePrototype-Klasse. |
Date_setUTCFullYear | 45 | Die statische setUTCFullYear(Object, Double, Object, Object)-Methode der DatePrototype-Klasse. |
Date_setUTCHours | 46 | Die statische setUTCHours(Object, Double, Object, Object, Object)-Methode der DatePrototype-Klasse. |
Date_setUTCMilliseconds | 48 | Die statische setUTCMilliseconds(Object, Double)-Methode der DatePrototype-Klasse. |
Date_setUTCMinutes | 47 | Die statische setUTCMinutes(Object, Double, Object, Object)-Methode der DatePrototype-Klasse. |
Date_setUTCMonth | 49 | Die statische setUTCMonth(Object, Double, Object)-Methode der DatePrototype-Klasse. |
Date_setUTCSeconds | 50 | Die statische setUTCSeconds(Object, Double, Object)-Methode der DatePrototype-Klasse. |
Date_setYear | 51 | Die statische setYear(Object, Double)-Methode der DatePrototype-Klasse. |
Date_toDateString | 52 | Die statische toDateString(Object)-Methode der DatePrototype-Klasse. |
Date_toGMTString | 53 | Die statische toGMTString(Object)-Methode der DatePrototype-Klasse. |
Date_toLocaleDateString | 54 | Die statische toLocaleDateString(Object)-Methode der DatePrototype-Klasse. |
Date_toLocaleString | 55 | Die statische toLocaleString(Object)-Methode der DatePrototype-Klasse. |
Date_toLocaleTimeString | 56 | Die statische toLocaleTimeString(Object)-Methode der DatePrototype-Klasse. |
Date_toString | 57 | Die statische toString(Object)-Methode der DatePrototype-Klasse. |
Date_toTimeString | 58 | Die statische toTimeString(Object)-Methode der DatePrototype-Klasse. |
Date_toUTCString | 59 | Die statische toUTCString(Object)-Methode der DatePrototype-Klasse. |
Date_UTC | 60 | Die statische UTC(Object, Object, Object, Object, Object, Object, Object)-Methode der DateConstructor-Klasse. |
Date_valueOf | 61 | Die statische valueOf(Object)-Methode der DatePrototype-Klasse. |
Enumerator_atEnd | 62 | Die statische atEnd(Object)-Methode der EnumeratorPrototype-Klasse. |
Enumerator_item | 63 | Die statische item(Object)-Methode der EnumeratorPrototype-Klasse. |
Enumerator_moveFirst | 64 | Die statische moveFirst(Object)-Methode der EnumeratorPrototype-Klasse. |
Enumerator_moveNext | 65 | Die statische moveNext(Object)-Methode der EnumeratorPrototype-Klasse. |
Error_toString | 66 | Die statische toString(Object)-Methode der ErrorPrototype-Klasse. |
Function_apply | 67 | Die statische apply(Object, Object, Object)-Methode der FunctionPrototype-Klasse. |
Function_call | 68 | Die statische call(Object, Object, Object[])-Methode der FunctionPrototype-Klasse. |
Function_toString | 69 | Die statische toString(Object)-Methode der FunctionPrototype-Klasse. |
Global_CollectGarbage | 70 | Die statische CollectGarbage()-Methode der GlobalObject-Klasse. |
Global_decodeURI | 71 | Die statische decodeURI(Object)-Methode der GlobalObject-Klasse. |
Global_decodeURIComponent | 72 | Die statische decodeURIComponent(Object)-Methode der GlobalObject-Klasse. |
Global_encodeURI | 73 | Die statische encodeURI(Object)-Methode der GlobalObject-Klasse. |
Global_encodeURIComponent | 74 | Die statische encodeURIComponent(Object)-Methode der GlobalObject-Klasse. |
Global_escape | 75 | Die statische escape(Object)-Methode der GlobalObject-Klasse. |
Global_eval | 76 | Die statische eval(Object)-Methode der GlobalObject-Klasse. |
Global_GetObject | 77 | Die statische GetObject(Object, Object)-Methode der GlobalObject-Klasse. |
Global_isFinite | 79 | Die statische isFinite(Double)-Methode der GlobalObject-Klasse. |
Global_isNaN | 78 | Die statische isNaN(Object)-Methode der GlobalObject-Klasse. |
Global_parseFloat | 80 | Die statische parseFloat(Object)-Methode der GlobalObject-Klasse. |
Global_parseInt | 81 | Die statische parseInt(Object, Object)-Methode der GlobalObject-Klasse. |
Global_ScriptEngine | 82 | Die statische ScriptEngine()-Methode der GlobalObject-Klasse. |
Global_ScriptEngineBuildVersion | 83 | Die statische ScriptEngineBuildVersion()-Methode der GlobalObject-Klasse. |
Global_ScriptEngineMajorVersion | 84 | Die statische ScriptEngineMajorVersion()-Methode der GlobalObject-Klasse. |
Global_ScriptEngineMinorVersion | 85 | Die statische ScriptEngineMinorVersion()-Methode der GlobalObject-Klasse. |
Global_unescape | 86 | Die statische unescape(Object)-Methode der GlobalObject-Klasse. |
Math_abs | 87 | Die statische abs(Double)-Methode der MathObject-Klasse. |
Math_acos | 88 | Die statische acos(Double)-Methode der MathObject-Klasse. |
Math_asin | 89 | Die statische asin(Double)-Methode der MathObject-Klasse. |
Math_atan | 90 | Die statische atan(Double)-Methode der MathObject-Klasse. |
Math_atan2 | 91 | Die statische atan2(Double, Double)-Methode der MathObject-Klasse. |
Math_ceil | 92 | Die statische ceil(Double)-Methode der MathObject-Klasse. |
Math_cos | 93 | Die statische cos(Double)-Methode der MathObject-Klasse. |
Math_exp | 94 | Die statische exp(Double)-Methode der MathObject-Klasse. |
Math_floor | 95 | Die statische floor(Double)-Methode der MathObject-Klasse. |
Math_log | 96 | Die statische log(Double)-Methode der MathObject-Klasse. |
Math_max | 97 | Die statische max(Object, Object, Object[])-Methode der MathObject-Klasse. |
Math_min | 98 | Die statische min(Object, Object, Object[])-Methode der MathObject-Klasse. |
Math_pow | 99 | Die statische pow(Double, Double)-Methode der MathObject-Klasse. |
Math_random | 100 | Die statische random()-Methode der MathObject-Klasse. |
Math_round | 101 | Die statische round(Double)-Methode der MathObject-Klasse. |
Math_sin | 102 | Die statische sin(Double)-Methode der MathObject-Klasse. |
Math_sqrt | 103 | Die statische sqrt(Double)-Methode der MathObject-Klasse. |
Math_tan | 104 | Die statische tan(Double)-Methode der MathObject-Klasse. |
None | 0 | Keine Methode. Dies ist der Standardwert. |
Number_toExponential | 105 | Die statische toExponential(Object, Object)-Methode der NumberPrototype-Klasse. |
Number_toFixed | 106 | Die statische toFixed(Object, Double)-Methode der NumberPrototype-Klasse. |
Number_toLocaleString | 107 | Die statische toLocaleString(Object)-Methode der NumberPrototype-Klasse. |
Number_toPrecision | 108 | Die statische toPrecision(Object, Object)-Methode der NumberPrototype-Klasse. |
Number_toString | 109 | Die statische toString(Object, Object)-Methode der NumberPrototype-Klasse. |
Number_valueOf | 110 | Die statische valueOf(Object)-Methode der NumberPrototype-Klasse. |
Object_hasOwnProperty | 111 | Die statische hasOwnProperty(Object, Object)-Methode der ObjectPrototype-Klasse. |
Object_isPrototypeOf | 112 | Die statische isPrototypeOf(Object, Object)-Methode der ObjectPrototype-Klasse. |
Object_propertyIsEnumerable | 113 | Die statische propertyIsEnumerable(Object, Object)-Methode der ObjectPrototype-Klasse. |
Object_toLocaleString | 114 | Die statische toLocaleString(Object)-Methode der ObjectPrototype-Klasse. |
Object_toString | 115 | Die statische toString(Object)-Methode der ObjectPrototype-Klasse. |
Object_valueOf | 116 | Die statische valueOf(Object)-Methode der ObjectPrototype-Klasse. |
RegExp_compile | 117 | Die statische compile(Object, Object, Object)-Methode der RegExpPrototype-Klasse. |
RegExp_exec | 118 | Die statische exec(Object, Object)-Methode der RegExpPrototype-Klasse. |
RegExp_test | 119 | Die statische test(Object, Object)-Methode der RegExpPrototype-Klasse. |
RegExp_toString | 120 | Die statische toString(Object)-Methode der RegExpPrototype-Klasse. |
String_anchor | 121 | Die statische anchor(Object, Object)-Methode der StringPrototype-Klasse. |
String_big | 122 | Die statische big(Object)-Methode der StringPrototype-Klasse. |
String_blink | 123 | Die statische blink(Object)-Methode der StringPrototype-Klasse. |
String_bold | 124 | Die statische bold(Object)-Methode der StringPrototype-Klasse. |
String_charAt | 125 | Die statische charAt(Object, Double)-Methode der StringPrototype-Klasse. |
String_charCodeAt | 126 | Die statische charCodeAt(Object, Double)-Methode der StringPrototype-Klasse. |
String_concat | 127 | Die statische concat(Object, Object[])-Methode der StringPrototype-Klasse. |
String_fixed | 128 | Die statische fixed(Object)-Methode der StringPrototype-Klasse. |
String_fontcolor | 129 | Die statische fontcolor(Object, Object)-Methode der StringPrototype-Klasse. |
String_fontsize | 130 | Die statische fontsize(Object, Object)-Methode der StringPrototype-Klasse. |
String_fromCharCode | 131 | Die statische fromCharCode(Object[])-Methode der StringConstructor-Klasse. |
String_indexOf | 132 | Die statische indexOf(Object, Object, Double)-Methode der StringPrototype-Klasse. |
String_italics | 133 | Die statische italics(Object)-Methode der StringPrototype-Klasse. |
String_lastIndexOf | 134 | Die statische lastIndexOf(Object, Object, Double)-Methode der StringPrototype-Klasse. |
String_link | 135 | Die statische link(Object, Object)-Methode der StringPrototype-Klasse. |
String_localeCompare | 136 | Die statische localeCompare(Object, Object)-Methode der StringPrototype-Klasse. |
String_match | 137 | Die statische match(Object, VsaEngine, Object)-Methode der StringPrototype-Klasse. |
String_replace | 138 | Die statische replace(Object, Object, Object)-Methode der StringPrototype-Klasse. |
String_search | 139 | Die statische search(Object, VsaEngine, Object)-Methode der StringPrototype-Klasse. |
String_slice | 140 | Die statische slice(Object, Double, Object)-Methode der StringPrototype-Klasse. |
String_small | 141 | Die statische small(Object)-Methode der StringPrototype-Klasse. |
String_split | 142 | Die statische split(Object, VsaEngine, Object, Object)-Methode der StringPrototype-Klasse. |
String_strike | 143 | Die statische strike(Object)-Methode der StringPrototype-Klasse. |
String_sub | 144 | Die statische sub(Object)-Methode der StringPrototype-Klasse. |
String_substr | 145 | Die statische substr(Object, Double, Object)-Methode der StringPrototype-Klasse. |
String_substring | 146 | Die statische substring(Object, Double, Object)-Methode der StringPrototype-Klasse. |
String_sup | 147 | Die statische sup(Object)-Methode der StringPrototype-Klasse. |
String_toLocaleLowerCase | 148 | Die statische toLocaleLowerCase(Object)-Methode der StringPrototype-Klasse. |
String_toLocaleUpperCase | 149 | Die statische toLocaleUpperCase(Object)-Methode der StringPrototype-Klasse. |
String_toLowerCase | 150 | Die statische toLowerCase(Object)-Methode der StringPrototype-Klasse. |
String_toString | 151 | Die statische toString(Object)-Methode der StringPrototype-Klasse. |
String_toUpperCase | 152 | Die statische toUpperCase(Object)-Methode der StringPrototype-Klasse. |
String_valueOf | 153 | Die statische valueOf(Object)-Methode der StringPrototype-Klasse. |
VBArray_dimensions | 154 | Die statische dimensions(Object)-Methode der VBArrayPrototype-Klasse. |
VBArray_getItem | 155 | Die statische getItem(Object, Object[])-Methode der VBArrayPrototype-Klasse. |
VBArray_lbound | 156 | Die statische lbound(Object, Object)-Methode der VBArrayPrototype-Klasse. |
VBArray_toArray | 157 | Die statische toArray(Object, VsaEngine)-Methode der VBArrayPrototype-Klasse. |
VBArray_ubound | 158 | Die statische ubound(Object, Object)-Methode der VBArrayPrototype-Klasse. |