public class LateBinding extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.JScript.LateBinding
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.LateBinding
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
LateBinding() |
LateBinding(java.lang.Object instance)
Internal constructor.
|
LateBinding(java.lang.String name) |
LateBinding(java.lang.String name,
NetObject obj) |
| Modifier and Type | Method and Description |
|---|---|
NetObject |
Call(NetObject[] arguments,
boolean construct,
boolean brackets,
VsaEngine engine) |
static NetObject |
CallValue(NetObject thisob,
NetObject val,
NetObject[] arguments,
boolean construct,
boolean brackets,
VsaEngine engine) |
static NetObject |
CallValue2(NetObject val,
NetObject thisob,
NetObject[] arguments,
boolean construct,
boolean brackets,
VsaEngine engine) |
static LateBinding |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into LateBinding, a cast assert is made to check if types are compatible. |
boolean |
Delete() |
static boolean |
DeleteMember(NetObject obj,
java.lang.String name) |
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
|
NetObject |
GetNonMissingValue() |
NetObject |
GetValue2() |
static void |
SetIndexedPropertyValueStatic(NetObject obj,
NetObject[] arguments,
NetObject value) |
void |
setJCOInstance(JCObject instance) |
void |
SetValue(NetObject value) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public LateBinding()
throws java.lang.Throwable
java.lang.Throwablepublic LateBinding(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic LateBinding(java.lang.String name)
throws java.lang.Throwable
java.lang.Throwablepublic LateBinding(java.lang.String name,
NetObject obj)
throws java.lang.Throwable
java.lang.Throwablepublic NetObject Call(NetObject[] arguments, boolean construct, boolean brackets, VsaEngine engine) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, NotImplementedException, InvalidOperationException, ArgumentException, JScriptException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException, CultureNotFoundException, ArithmeticException, JSVsaException, AmbiguousMatchException, TargetInvocationException, MissingMemberException, SecurityException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionNotImplementedExceptionInvalidOperationExceptionArgumentExceptionJScriptExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryExceptionCultureNotFoundExceptionArithmeticExceptionJSVsaExceptionAmbiguousMatchExceptionTargetInvocationExceptionMissingMemberExceptionSecurityExceptionInvalidCastExceptionpublic static NetObject CallValue(NetObject thisob, NetObject val, NetObject[] arguments, boolean construct, boolean brackets, VsaEngine engine) 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 static NetObject CallValue2(NetObject val, NetObject thisob, NetObject[] arguments, boolean construct, boolean brackets, VsaEngine engine) 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 static LateBinding cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into LateBinding, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedLateBinding instancejava.lang.Throwable - in case of error during cast operationpublic boolean Delete()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException,
ArgumentException,
NotImplementedException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionpublic static boolean DeleteMember(NetObject obj, java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, NotImplementedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionNotImplementedExceptionpublic 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 NetObject GetNonMissingValue() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, NotSupportedException, MissingMethodException, NotImplementedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, JSVsaException, CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionMissingMethodExceptionNotImplementedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionJSVsaExceptionCultureNotFoundExceptionpublic NetObject GetValue2() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, NotSupportedException, MissingMethodException, NotImplementedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, JSVsaException, CultureNotFoundException, JScriptException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionMissingMethodExceptionNotImplementedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionJSVsaExceptionCultureNotFoundExceptionJScriptExceptionpublic static void SetIndexedPropertyValueStatic(NetObject obj, NetObject[] arguments, NetObject value) throws java.lang.Throwable, JScriptException, ArgumentNullException, ArgumentException, NullReferenceException, FormatException, OverflowException, ArgumentOutOfRangeException, OutOfMemoryException, CultureNotFoundException, NotSupportedException, InvalidOperationException, NotImplementedException, MissingMethodException, ArithmeticException, AmbiguousMatchException
java.lang.ThrowableJScriptExceptionArgumentNullExceptionArgumentExceptionNullReferenceExceptionFormatExceptionOverflowExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMissingMethodExceptionArithmeticExceptionAmbiguousMatchExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void SetValue(NetObject value) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, NotSupportedException, InvalidCastException, NullReferenceException, JScriptException, NotImplementedException, ArithmeticException, OverflowException, JSVsaException, EndOfFile
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionInvalidCastExceptionNullReferenceExceptionJScriptExceptionNotImplementedExceptionArithmeticExceptionOverflowExceptionJSVsaExceptionEndOfFile