Script Members
The Script type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Apply(Object, Object) | |
![]() ![]() |
Apply<(Of <<'(T>)>>)(T, Object) | |
![]() ![]() |
Call(String, array<Object>[]()[][]) | |
![]() ![]() |
Call(String) | |
![]() ![]() |
Call<(Of <<'(T>)>>)(String, array<Object>[]()[][]) | |
![]() ![]() |
Call<(Of <<'(T>)>>)(String) | |
![]() ![]() |
Caller<(Of <<'(T>)>>) | |
![]() ![]() |
Copy(Object, Object, array<String>[]()[][]) | |
![]() ![]() |
Copy(Object, Object, String) | |
![]() ![]() |
Copy(Object, Object, array<String>[]()[][], Boolean) | |
![]() ![]() |
Copy(Object, Object, String, Boolean) | |
![]() ![]() |
Debugger | |
![]() ![]() |
DecodeURI |
The decodeURI() function decodes a Uniform Resource Identifier (URI) previously created by encodeURI or by a similar routine.
|
![]() ![]() |
DecodeURIComponent |
The decodeURIComponent() method decodes a Uniform Resource Identifier (URI) component previously created by encodeURIComponent or by a similar routine.
|
![]() ![]() |
Delete | |
![]() ![]() |
EncodeURI |
The encodeURI() method encodes a Uniform Resource Identifier (URI) by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character (will only be four escape sequences for characters composed of two "surrogate" characters).
|
![]() ![]() |
EncodeURIComponent |
The encodeURIComponent() method encodes a Uniform Resource Identifier (URI) component by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character (will only be four escape sequences for characters composed of two "surrogate" characters).
|
![]() ![]() |
Eval(String) |
The eval() method evaluates JavaScript code represented as a string.
|
![]() ![]() |
Eval<(Of <<'(T>)>>)(String) |
The eval() method evaluates JavaScript code represented as a string.
|
![]() ![]() |
Get(String) | |
![]() ![]() |
Get(Object, String) | |
![]() ![]() |
Get<(Of <<'(T>)>>)(String) | |
![]() ![]() |
Get<(Of <<'(T>)>>)(Object, String) | |
![]() ![]() |
GetDefaultValue(Type) | |
![]() ![]() |
GetDefaultValue<(Of <<'(T>)>>)(Type) | |
![]() ![]() |
GetHashCode | |
![]() ![]() |
Identity<(Of <<'(T>)>>) | |
![]() ![]() |
Is | |
![]() ![]() |
IsArray | |
![]() ![]() |
IsDefined | |
![]() ![]() |
IsFinite |
The global isFinite() function determines whether the passed value is a finite number. If needed, the parameter is first converted to a number.
|
![]() ![]() |
IsNaN |
The isNaN() function determines whether a value is NaN or not. Be careful, this function is broken. You may be interested in Number.isNaN() as defined in ECMAScript 6 or you can use typeof to determine if the value is Not-A-Number.
|
![]() ![]() |
NS(String, Object) | |
![]() ![]() |
NS(String) | |
![]() ![]() |
ParseFloat |
Parses a string argument and returns a floating point number corresponding to double .Net type.
|
![]() ![]() |
ParseInt(String) |
The parseInt() function parses a string argument and returns an integer of the specified radix or base.
|
![]() ![]() |
ParseInt(String, Int32) |
The parseInt() function parses a string argument and returns an integer of the specified radix or base.
|
![]() ![]() |
PlainObject<(Of <<'(T>)>>) | |
![]() ![]() |
Set(Object, String, Object) | |
![]() ![]() |
Set(String, Object) | |
![]() ![]() |
StrictEquals | |
![]() ![]() |
This<(Of <<'(T>)>>) | |
![]() ![]() |
ToArray<(Of <<'(T>)>>) | |
![]() ![]() |
ToDynamic | |
![]() ![]() |
TypeOf | |
![]() ![]() |
Write(String, array<Object>[]()[][]) |
Inject javascript code
|
![]() ![]() |
Write<(Of <<'(T>)>>)(String, array<Object>[]()[][]) |
Inject javascript code
|
Fields
Name | Description | |
---|---|---|
![]() ![]() |
Arguments |
An Array-like object corresponding to the arguments passed to a function.
|
![]() ![]() |
Infinity |
The global Infinity property is a numeric value representing infinity.
|
![]() ![]() |
NaN |
The global NaN property is a value representing Not-A-Number.
|
![]() ![]() |
Undefined |
The global undefined property represents the value undefined.
|