public class TypedArray extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.JScript.TypedArray
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.TypedArray
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
TypedArray() |
TypedArray(IReflect elementType,
int rank) |
TypedArray(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static TypedArray |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into TypedArray, a cast assert is made to check if types are compatible. |
FieldInfo |
GetField(java.lang.String name,
BindingFlags bindingAttr) |
FieldInfo[] |
GetFields(BindingFlags bindingAttr) |
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
|
MemberInfo[] |
GetMember(java.lang.String name,
BindingFlags bindingAttr) |
MemberInfo[] |
GetMembers(BindingFlags bindingAttr) |
MethodInfo |
GetMethod(java.lang.String name,
BindingFlags bindingAttr) |
MethodInfo |
GetMethod(java.lang.String name,
BindingFlags bindingAttr,
Binder binder,
NetType[] types,
ParameterModifier[] modifiers) |
MethodInfo[] |
GetMethods(BindingFlags bindingAttr) |
PropertyInfo[] |
GetProperties(BindingFlags bindingAttr) |
PropertyInfo |
GetProperty(java.lang.String name,
BindingFlags bindingAttr) |
PropertyInfo |
GetProperty(java.lang.String name,
BindingFlags bindingAttr,
Binder binder,
NetType returnType,
NetType[] types,
ParameterModifier[] modifiers) |
NetType |
getUnderlyingSystemType() |
NetObject |
InvokeMember(java.lang.String dupParam0,
BindingFlags dupParam1,
Binder dupParam2,
NetObject dupParam3,
NetObject[] dupParam4,
ParameterModifier[] dupParam5,
CultureInfo dupParam6,
JCORefOut dupParam7) |
NetObject |
InvokeMember(java.lang.String name,
BindingFlags flags,
Binder binder,
NetObject target,
NetObject[] args,
ParameterModifier[] modifiers,
CultureInfo locale,
java.lang.String[] namedParameters) |
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public TypedArray()
throws java.lang.Throwable
java.lang.Throwablepublic TypedArray(IReflect elementType, int rank) throws java.lang.Throwable
java.lang.Throwablepublic TypedArray(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static TypedArray cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into TypedArray, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedTypedArray instancejava.lang.Throwable - in case of error during cast operationpublic FieldInfo GetField(java.lang.String name, BindingFlags bindingAttr) throws java.lang.Throwable
java.lang.Throwablepublic FieldInfo[] GetFields(BindingFlags bindingAttr) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic MemberInfo[] GetMember(java.lang.String name, BindingFlags bindingAttr) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic MemberInfo[] GetMembers(BindingFlags bindingAttr) throws java.lang.Throwable
java.lang.Throwablepublic MethodInfo GetMethod(java.lang.String name, BindingFlags bindingAttr) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic MethodInfo GetMethod(java.lang.String name, BindingFlags bindingAttr, Binder binder, NetType[] types, ParameterModifier[] modifiers) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic MethodInfo[] GetMethods(BindingFlags bindingAttr) throws java.lang.Throwable
java.lang.Throwablepublic PropertyInfo[] GetProperties(BindingFlags bindingAttr) throws java.lang.Throwable
java.lang.Throwablepublic PropertyInfo GetProperty(java.lang.String name, BindingFlags bindingAttr) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic PropertyInfo GetProperty(java.lang.String name, BindingFlags bindingAttr, Binder binder, NetType returnType, NetType[] types, ParameterModifier[] modifiers) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic NetType getUnderlyingSystemType() throws java.lang.Throwable
java.lang.Throwablepublic NetObject InvokeMember(java.lang.String dupParam0, BindingFlags dupParam1, Binder dupParam2, NetObject dupParam3, NetObject[] dupParam4, ParameterModifier[] dupParam5, CultureInfo dupParam6, JCORefOut dupParam7) throws java.lang.Throwable, JScriptException, ArgumentNullException, ArgumentException, MissingMethodException, IndexOutOfRangeException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, OutOfMemoryException, CultureNotFoundException, NotSupportedException, InvalidOperationException, NotImplementedException, ArithmeticException, JSVsaException, AmbiguousMatchException, MissingMemberException, SecurityException, InvalidCastException
java.lang.ThrowableJScriptExceptionArgumentNullExceptionArgumentExceptionMissingMethodExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNullReferenceExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionArithmeticExceptionJSVsaExceptionAmbiguousMatchExceptionMissingMemberExceptionSecurityExceptionInvalidCastExceptionpublic NetObject InvokeMember(java.lang.String name, BindingFlags flags, Binder binder, NetObject target, NetObject[] args, ParameterModifier[] modifiers, CultureInfo locale, java.lang.String[] namedParameters) throws java.lang.Throwable, JScriptException, ArgumentNullException, ArgumentException, MissingMethodException, IndexOutOfRangeException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, OutOfMemoryException, CultureNotFoundException, NotSupportedException, InvalidOperationException, NotImplementedException, ArithmeticException, JSVsaException, AmbiguousMatchException, MissingMemberException, SecurityException, InvalidCastException
java.lang.ThrowableJScriptExceptionArgumentNullExceptionArgumentExceptionMissingMethodExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNullReferenceExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionArithmeticExceptionJSVsaExceptionAmbiguousMatchExceptionMissingMemberExceptionSecurityExceptionInvalidCastExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject