public class ArrayPrototype extends ArrayObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.JScript.ArrayPrototype
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.JScript
|
static java.lang.String |
className
Qualified class name: Microsoft.JScript.ArrayPrototype
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ArrayPrototype() |
ArrayPrototype(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayPrototype |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ArrayPrototype, a cast assert is made to check if types are compatible. |
static ArrayObject |
concat(NetObject thisob,
VsaEngine engine,
NetObject... args) |
static ArrayConstructor |
getconstructor() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
static java.lang.String |
join(NetObject thisob,
NetObject separator) |
static NetObject |
pop(NetObject thisob) |
static long |
push(NetObject thisob,
NetObject... args) |
static NetObject |
reverse(NetObject thisob) |
void |
setJCOInstance(JCObject instance) |
static NetObject |
shift(NetObject thisob) |
static ArrayObject |
slice(NetObject thisob,
VsaEngine engine,
double start,
NetObject end) |
static NetObject |
sort(NetObject thisob,
NetObject function) |
static ArrayObject |
splice(NetObject thisob,
VsaEngine engine,
double start,
double deleteCnt,
NetObject... args) |
static java.lang.String |
toLocaleString(NetObject thisob) |
static java.lang.String |
toString(NetObject thisob) |
static NetObject |
unshift(NetObject thisob,
NetObject... args) |
getlength, setlengthAddField, GetMember, GetMembers, SetMemberValue2GetField, GetFields, GetMethod, GetMethod, GetMethods, GetParent, GetProperties, GetProperty, GetProperty, getUnderlyingSystemType, InvokeMember, InvokeMemberpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ArrayPrototype()
throws java.lang.Throwable
java.lang.Throwablepublic ArrayPrototype(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ArrayPrototype cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ArrayPrototype, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedArrayPrototype instancejava.lang.Throwable - in case of error during cast operationpublic static ArrayObject concat(NetObject thisob, VsaEngine engine, NetObject... args) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, JScriptException, CultureNotFoundException, InvalidOperationException, ArgumentException, MissingMethodException, IndexOutOfRangeException, NotSupportedException, NotImplementedException, JSVsaException
public static ArrayConstructor getconstructor() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ArrayObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ArrayObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ArrayObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ArrayObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ArrayObjectJCType representing the CLR Type of the instantiated Classpublic static java.lang.String join(NetObject thisob, NetObject separator) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, MissingMethodException, NotImplementedException, IndexOutOfRangeException, JSVsaException, InvalidOperationException, NotSupportedException, ArithmeticException, OverflowException, JScriptException, InvalidCastException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingMethodExceptionNotImplementedExceptionIndexOutOfRangeExceptionJSVsaExceptionInvalidOperationExceptionNotSupportedExceptionArithmeticExceptionOverflowExceptionJScriptExceptionInvalidCastExceptionTargetInvocationExceptionpublic static NetObject pop(NetObject thisob) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingMethodException, NotImplementedException, IndexOutOfRangeException, ArgumentOutOfRangeException, ObjectDisposedException, JSVsaException, InvalidOperationException, NotSupportedException, ArithmeticException, OverflowException, JScriptException, NullReferenceException, FormatException, TargetInvocationException, RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingMethodExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionJSVsaExceptionInvalidOperationExceptionNotSupportedExceptionArithmeticExceptionOverflowExceptionJScriptExceptionNullReferenceExceptionFormatExceptionTargetInvocationExceptionRankExceptionpublic static long push(NetObject thisob, NetObject... args) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingMethodException, NotImplementedException, IndexOutOfRangeException, ArgumentOutOfRangeException, ObjectDisposedException, JSVsaException, InvalidOperationException, NotSupportedException, ArithmeticException, OverflowException, JScriptException, NullReferenceException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingMethodExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionJSVsaExceptionInvalidOperationExceptionNotSupportedExceptionArithmeticExceptionOverflowExceptionJScriptExceptionNullReferenceExceptionFormatExceptionpublic static NetObject reverse(NetObject thisob) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingMethodException, NotImplementedException, IndexOutOfRangeException, ArgumentOutOfRangeException, ObjectDisposedException, JSVsaException, InvalidOperationException, NotSupportedException, ArithmeticException, OverflowException, JScriptException, NullReferenceException, FormatException, TargetInvocationException, InvalidCastException, RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingMethodExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionJSVsaExceptionInvalidOperationExceptionNotSupportedExceptionArithmeticExceptionOverflowExceptionJScriptExceptionNullReferenceExceptionFormatExceptionTargetInvocationExceptionInvalidCastExceptionRankExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ArrayObjectpublic static NetObject shift(NetObject thisob) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingMethodException, NotImplementedException, IndexOutOfRangeException, ArgumentOutOfRangeException, JSVsaException, InvalidOperationException, NotSupportedException, CultureNotFoundException, JScriptException, RankException
public static ArrayObject slice(NetObject thisob, VsaEngine engine, double start, NetObject end) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingMethodException, IndexOutOfRangeException, ArgumentOutOfRangeException, NotSupportedException, NotImplementedException, InvalidOperationException, ObjectDisposedException, JSVsaException, ArithmeticException, OverflowException, JScriptException, NullReferenceException, FormatException, TargetInvocationException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingMethodExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNotSupportedExceptionNotImplementedExceptionInvalidOperationExceptionObjectDisposedExceptionJSVsaExceptionArithmeticExceptionOverflowExceptionJScriptExceptionNullReferenceExceptionFormatExceptionTargetInvocationExceptionInvalidCastExceptionpublic static NetObject sort(NetObject thisob, NetObject function) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingMethodException, NotImplementedException, IndexOutOfRangeException, ArgumentOutOfRangeException, ObjectDisposedException, JSVsaException, InvalidOperationException, NotSupportedException, ArithmeticException, OverflowException, JScriptException, NullReferenceException, FormatException, RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingMethodExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionJSVsaExceptionInvalidOperationExceptionNotSupportedExceptionArithmeticExceptionOverflowExceptionJScriptExceptionNullReferenceExceptionFormatExceptionRankExceptionpublic static ArrayObject splice(NetObject thisob, VsaEngine engine, double start, double deleteCnt, NetObject... args) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingMethodException, NotImplementedException, IndexOutOfRangeException, ArgumentOutOfRangeException, ObjectDisposedException, JSVsaException, InvalidOperationException, NotSupportedException, ArithmeticException, OverflowException, JScriptException, NullReferenceException, FormatException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingMethodExceptionNotImplementedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionJSVsaExceptionInvalidOperationExceptionNotSupportedExceptionArithmeticExceptionOverflowExceptionJScriptExceptionNullReferenceExceptionFormatExceptionTargetInvocationExceptionpublic static java.lang.String toLocaleString(NetObject thisob) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotImplementedException, JSVsaException, ArithmeticException, OverflowException, JScriptException, FormatException, InvalidCastException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotImplementedExceptionJSVsaExceptionArithmeticExceptionOverflowExceptionJScriptExceptionFormatExceptionInvalidCastExceptionOutOfMemoryExceptionpublic static java.lang.String toString(NetObject thisob) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, MissingMethodException, NotImplementedException, IndexOutOfRangeException, JSVsaException, InvalidOperationException, NotSupportedException, ArithmeticException, OverflowException, JScriptException, InvalidCastException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingMethodExceptionNotImplementedExceptionIndexOutOfRangeExceptionJSVsaExceptionInvalidOperationExceptionNotSupportedExceptionArithmeticExceptionOverflowExceptionJScriptExceptionInvalidCastExceptionTargetInvocationExceptionpublic static NetObject unshift(NetObject thisob, NetObject... args) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, JScriptException, CultureNotFoundException, InvalidOperationException, ArgumentException, MissingMethodException, NotImplementedException, IndexOutOfRangeException, JSVsaException, NotSupportedException, RankException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionJScriptExceptionCultureNotFoundExceptionInvalidOperationExceptionArgumentExceptionMissingMethodExceptionNotImplementedExceptionIndexOutOfRangeExceptionJSVsaExceptionNotSupportedExceptionRankException