Bridge

Script Members

The Script type exposes the following members.

Methods


  Name Description
Public method Static member Apply(Object, Object)
Public method Static member Apply<(Of <<'(T>)>>)(T, Object)
Public method Static member Call(String, array<Object>[]()[][])
Public method Static member Call(String)
Public method Static member Call<(Of <<'(T>)>>)(String, array<Object>[]()[][])
Public method Static member Call<(Of <<'(T>)>>)(String)
Public method Static member Caller<(Of <<'(T>)>>)
Public method Static member Copy(Object, Object, array<String>[]()[][])
Public method Static member Copy(Object, Object, String)
Public method Static member Copy(Object, Object, array<String>[]()[][], Boolean)
Public method Static member Copy(Object, Object, String, Boolean)
Public method Static member Debugger
Public method Static member DecodeURI
The decodeURI() function decodes a Uniform Resource Identifier (URI) previously created by encodeURI or by a similar routine.
Public method Static member DecodeURIComponent
The decodeURIComponent() method decodes a Uniform Resource Identifier (URI) component previously created by encodeURIComponent or by a similar routine.
Public method Static member Delete
Public method Static member 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).
Public method Static member 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).
Public method Static member Eval(String)
The eval() method evaluates JavaScript code represented as a string.
Public method Static member Eval<(Of <<'(T>)>>)(String)
The eval() method evaluates JavaScript code represented as a string.
Public method Static member Get(String)
Public method Static member Get(Object, String)
Public method Static member Get<(Of <<'(T>)>>)(String)
Public method Static member Get<(Of <<'(T>)>>)(Object, String)
Public method Static member GetDefaultValue(Type)
Public method Static member GetDefaultValue<(Of <<'(T>)>>)(Type)
Public method Static member GetHashCode
Public method Static member Identity<(Of <<'(T>)>>)
Public method Static member Is
Public method Static member IsArray
Public method Static member IsDefined
Public method Static member IsFinite
The global isFinite() function determines whether the passed value is a finite number. If needed, the parameter is first converted to a number.
Public method Static member 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.
Public method Static member NS(String, Object)
Public method Static member NS(String)
Public method Static member ParseFloat
Parses a string argument and returns a floating point number corresponding to double .Net type.
Public method Static member ParseInt(String)
The parseInt() function parses a string argument and returns an integer of the specified radix or base.
Public method Static member ParseInt(String, Int32)
The parseInt() function parses a string argument and returns an integer of the specified radix or base.
Public method Static member PlainObject<(Of <<'(T>)>>)
Public method Static member Set(Object, String, Object)
Public method Static member Set(String, Object)
Public method Static member StrictEquals
Public method Static member This<(Of <<'(T>)>>)
Public method Static member ToArray<(Of <<'(T>)>>)
Public method Static member ToDynamic
Public method Static member TypeOf
Public method Static member Write(String, array<Object>[]()[][])
Inject javascript code
Public method Static member Write<(Of <<'(T>)>>)(String, array<Object>[]()[][])
Inject javascript code

Fields


  Name Description
Public field Static member Arguments
An Array-like object corresponding to the arguments passed to a function.
Public field Static member Infinity
The global Infinity property is a numeric value representing infinity.
Public field Static member NaN
The global NaN property is a value representing Not-A-Number.
Public field Static member Undefined
The global undefined property represents the value undefined.