public class LateBinding extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.VisualBasic.CompilerServices.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.VisualBasic.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.VisualBasic.Core
|
static java.lang.String |
className
Qualified class name: Microsoft.VisualBasic.CompilerServices.LateBinding
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
LateBinding() |
LateBinding(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static LateBinding |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into LateBinding, a cast assert is made to check if types are compatible. |
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 void |
LateCall(NetObject dupParam0,
NetType dupParam1,
java.lang.String dupParam2,
NetObject[] dupParam3,
JCORefOut dupParam4,
JCORefOut dupParam5) |
static void |
LateCall(NetObject o,
NetType objType,
java.lang.String name,
NetObject[] args,
java.lang.String[] paramnames,
boolean[] CopyBack) |
static NetObject |
LateGet(NetObject dupParam0,
NetType dupParam1,
java.lang.String dupParam2,
NetObject[] dupParam3,
JCORefOut dupParam4,
JCORefOut dupParam5) |
static NetObject |
LateGet(NetObject o,
NetType objType,
java.lang.String name,
NetObject[] args,
java.lang.String[] paramnames,
boolean[] CopyBack) |
static NetObject |
LateIndexGet(NetObject dupParam0,
NetObject[] dupParam1,
JCORefOut dupParam2) |
static NetObject |
LateIndexGet(NetObject o,
NetObject[] args,
java.lang.String[] paramnames) |
static void |
LateIndexSet(NetObject dupParam0,
NetObject[] dupParam1,
JCORefOut dupParam2) |
static void |
LateIndexSet(NetObject o,
NetObject[] args,
java.lang.String[] paramnames) |
static void |
LateIndexSetComplex(NetObject dupParam0,
NetObject[] dupParam1,
JCORefOut dupParam2,
boolean dupParam3,
boolean dupParam4) |
static void |
LateIndexSetComplex(NetObject o,
NetObject[] args,
java.lang.String[] paramnames,
boolean OptimisticSet,
boolean RValueBase) |
static void |
LateSet(NetObject dupParam0,
NetType dupParam1,
java.lang.String dupParam2,
NetObject[] dupParam3,
JCORefOut dupParam4) |
static void |
LateSet(NetObject o,
NetType objType,
java.lang.String name,
NetObject[] args,
java.lang.String[] paramnames) |
static void |
LateSetComplex(NetObject dupParam0,
NetType dupParam1,
java.lang.String dupParam2,
NetObject[] dupParam3,
JCORefOut dupParam4,
boolean dupParam5,
boolean dupParam6) |
static void |
LateSetComplex(NetObject o,
NetType objType,
java.lang.String name,
NetObject[] args,
java.lang.String[] paramnames,
boolean OptimisticSet,
boolean RValueBase) |
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 LateBinding()
throws java.lang.Throwable
java.lang.Throwablepublic LateBinding(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic 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 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 static void LateCall(NetObject dupParam0, NetType dupParam1, java.lang.String dupParam2, NetObject[] dupParam3, JCORefOut dupParam4, JCORefOut dupParam5) throws java.lang.Throwable, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentException, OutOfMemoryException, NotSupportedException, CultureNotFoundException, InvalidOperationException, ArgumentOutOfRangeException, ArrayTypeMismatchException, MissingMemberException, InvalidCastException, OverflowException, MissingMethodException, RankException, NullReferenceException, ArgumentNullException, AmbiguousMatchException
java.lang.ThrowablePlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentExceptionOutOfMemoryExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionMissingMemberExceptionInvalidCastExceptionOverflowExceptionMissingMethodExceptionRankExceptionNullReferenceExceptionArgumentNullExceptionAmbiguousMatchExceptionpublic static void LateCall(NetObject o, NetType objType, java.lang.String name, NetObject[] args, java.lang.String[] paramnames, boolean[] CopyBack) throws java.lang.Throwable, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentException, OutOfMemoryException, NotSupportedException, CultureNotFoundException, InvalidOperationException, ArgumentOutOfRangeException, ArrayTypeMismatchException, MissingMemberException, InvalidCastException, OverflowException, MissingMethodException, RankException, NullReferenceException, ArgumentNullException, AmbiguousMatchException
java.lang.ThrowablePlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentExceptionOutOfMemoryExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionMissingMemberExceptionInvalidCastExceptionOverflowExceptionMissingMethodExceptionRankExceptionNullReferenceExceptionArgumentNullExceptionAmbiguousMatchExceptionpublic static NetObject LateGet(NetObject dupParam0, NetType dupParam1, java.lang.String dupParam2, NetObject[] dupParam3, JCORefOut dupParam4, JCORefOut dupParam5) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, ExternalException, MissingMethodException, InvalidCastException, RankException, ArrayTypeMismatchException, NullReferenceException, OverflowException, MissingMemberException, AmbiguousMatchException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionExternalExceptionMissingMethodExceptionInvalidCastExceptionRankExceptionArrayTypeMismatchExceptionNullReferenceExceptionOverflowExceptionMissingMemberExceptionAmbiguousMatchExceptionpublic static NetObject LateGet(NetObject o, NetType objType, java.lang.String name, NetObject[] args, java.lang.String[] paramnames, boolean[] CopyBack) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, ExternalException, MissingMethodException, InvalidCastException, RankException, ArrayTypeMismatchException, NullReferenceException, OverflowException, MissingMemberException, AmbiguousMatchException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionExternalExceptionMissingMethodExceptionInvalidCastExceptionRankExceptionArrayTypeMismatchExceptionNullReferenceExceptionOverflowExceptionMissingMemberExceptionAmbiguousMatchExceptionpublic static NetObject LateIndexGet(NetObject dupParam0, NetObject[] dupParam1, JCORefOut dupParam2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, ExternalException, RankException, OverflowException, InvalidCastException, MissingMemberException, AmbiguousMatchException, MissingMethodException, ArrayTypeMismatchException, NullReferenceException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionExternalExceptionRankExceptionOverflowExceptionInvalidCastExceptionMissingMemberExceptionAmbiguousMatchExceptionMissingMethodExceptionArrayTypeMismatchExceptionNullReferenceExceptionpublic static NetObject LateIndexGet(NetObject o, NetObject[] args, java.lang.String[] paramnames) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, ExternalException, RankException, OverflowException, InvalidCastException, MissingMemberException, AmbiguousMatchException, MissingMethodException, ArrayTypeMismatchException, NullReferenceException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionExternalExceptionRankExceptionOverflowExceptionInvalidCastExceptionMissingMemberExceptionAmbiguousMatchExceptionMissingMethodExceptionArrayTypeMismatchExceptionNullReferenceExceptionpublic static void LateIndexSet(NetObject dupParam0, NetObject[] dupParam1, JCORefOut dupParam2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, ExternalException, InvalidCastException, OverflowException, RankException, MissingMemberException, AmbiguousMatchException, MissingMethodException, ArrayTypeMismatchException, NullReferenceException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionExternalExceptionInvalidCastExceptionOverflowExceptionRankExceptionMissingMemberExceptionAmbiguousMatchExceptionMissingMethodExceptionArrayTypeMismatchExceptionNullReferenceExceptionpublic static void LateIndexSet(NetObject o, NetObject[] args, java.lang.String[] paramnames) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, ExternalException, InvalidCastException, OverflowException, RankException, MissingMemberException, AmbiguousMatchException, MissingMethodException, ArrayTypeMismatchException, NullReferenceException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionExternalExceptionInvalidCastExceptionOverflowExceptionRankExceptionMissingMemberExceptionAmbiguousMatchExceptionMissingMethodExceptionArrayTypeMismatchExceptionNullReferenceExceptionpublic static void LateIndexSetComplex(NetObject dupParam0, NetObject[] dupParam1, JCORefOut dupParam2, boolean dupParam3, boolean dupParam4) throws java.lang.Throwable, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentException, OutOfMemoryException, NotSupportedException, CultureNotFoundException, InvalidOperationException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, OverflowException, RankException, MissingMemberException, ArgumentNullException, AmbiguousMatchException, MissingMethodException, NullReferenceException
java.lang.ThrowablePlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentExceptionOutOfMemoryExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionOverflowExceptionRankExceptionMissingMemberExceptionArgumentNullExceptionAmbiguousMatchExceptionMissingMethodExceptionNullReferenceExceptionpublic static void LateIndexSetComplex(NetObject o, NetObject[] args, java.lang.String[] paramnames, boolean OptimisticSet, boolean RValueBase) throws java.lang.Throwable, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentException, OutOfMemoryException, NotSupportedException, CultureNotFoundException, InvalidOperationException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, OverflowException, RankException, MissingMemberException, ArgumentNullException, AmbiguousMatchException, MissingMethodException, NullReferenceException
java.lang.ThrowablePlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentExceptionOutOfMemoryExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionOverflowExceptionRankExceptionMissingMemberExceptionArgumentNullExceptionAmbiguousMatchExceptionMissingMethodExceptionNullReferenceExceptionpublic static void LateSet(NetObject dupParam0, NetType dupParam1, java.lang.String dupParam2, NetObject[] dupParam3, JCORefOut dupParam4) throws java.lang.Throwable, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentException, OutOfMemoryException, NotSupportedException, CultureNotFoundException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, ArrayTypeMismatchException, MissingMemberException, MissingMethodException, InvalidCastException, OverflowException, RankException, NullReferenceException, AmbiguousMatchException
java.lang.ThrowablePlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentExceptionOutOfMemoryExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionMissingMemberExceptionMissingMethodExceptionInvalidCastExceptionOverflowExceptionRankExceptionNullReferenceExceptionAmbiguousMatchExceptionpublic static void LateSet(NetObject o, NetType objType, java.lang.String name, NetObject[] args, java.lang.String[] paramnames) throws java.lang.Throwable, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentException, OutOfMemoryException, NotSupportedException, CultureNotFoundException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, ArrayTypeMismatchException, MissingMemberException, MissingMethodException, InvalidCastException, OverflowException, RankException, NullReferenceException, AmbiguousMatchException
java.lang.ThrowablePlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentExceptionOutOfMemoryExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionMissingMemberExceptionMissingMethodExceptionInvalidCastExceptionOverflowExceptionRankExceptionNullReferenceExceptionAmbiguousMatchExceptionpublic static void LateSetComplex(NetObject dupParam0, NetType dupParam1, java.lang.String dupParam2, NetObject[] dupParam3, JCORefOut dupParam4, boolean dupParam5, boolean dupParam6) throws java.lang.Throwable, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentException, OutOfMemoryException, NotSupportedException, CultureNotFoundException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, ArrayTypeMismatchException, MissingMemberException, MissingMethodException, InvalidCastException, OverflowException, RankException, NullReferenceException, AmbiguousMatchException
java.lang.ThrowablePlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentExceptionOutOfMemoryExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionMissingMemberExceptionMissingMethodExceptionInvalidCastExceptionOverflowExceptionRankExceptionNullReferenceExceptionAmbiguousMatchExceptionpublic static void LateSetComplex(NetObject o, NetType objType, java.lang.String name, NetObject[] args, java.lang.String[] paramnames, boolean OptimisticSet, boolean RValueBase) throws java.lang.Throwable, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentException, OutOfMemoryException, NotSupportedException, CultureNotFoundException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, ArrayTypeMismatchException, MissingMemberException, MissingMethodException, InvalidCastException, OverflowException, RankException, NullReferenceException, AmbiguousMatchException
java.lang.ThrowablePlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentExceptionOutOfMemoryExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionMissingMemberExceptionMissingMethodExceptionInvalidCastExceptionOverflowExceptionRankExceptionNullReferenceExceptionAmbiguousMatchExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject