Class LateBinding
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.visualbasic.compilerservices.LateBinding
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class LateBinding extends NetObject
The base .NET class managing Microsoft.VisualBasic.CompilerServices.LateBinding, Microsoft.VisualBasic.Core, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: Microsoft.VisualBasic.Core, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: Microsoft.VisualBasic.Corestatic java.lang.StringclassNameQualified class name: Microsoft.VisualBasic.CompilerServices.LateBindingstatic org.mases.jcobridge.JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description LateBinding()LateBinding(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LateBindingcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoLateBinding, a cast assert is made to check if types are compatible.java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectorg.mases.jcobridge.JCTypegetJCOType()Returns the instantiated class Typestatic voidLateCall(NetObject o, NetType objType, java.lang.String name, NetObject[] args, java.lang.String[] paramnames, boolean[] CopyBack)static voidLateCall(NetObject dupParam0, NetType dupParam1, java.lang.String dupParam2, NetObject[] dupParam3, JCORefOut dupParam4, JCORefOut dupParam5)static NetObjectLateGet(NetObject o, NetType objType, java.lang.String name, NetObject[] args, java.lang.String[] paramnames, boolean[] CopyBack)static NetObjectLateGet(NetObject dupParam0, NetType dupParam1, java.lang.String dupParam2, NetObject[] dupParam3, JCORefOut dupParam4, JCORefOut dupParam5)static NetObjectLateIndexGet(NetObject o, NetObject[] args, java.lang.String[] paramnames)static NetObjectLateIndexGet(NetObject dupParam0, NetObject[] dupParam1, JCORefOut dupParam2)static voidLateIndexSet(NetObject o, NetObject[] args, java.lang.String[] paramnames)static voidLateIndexSet(NetObject dupParam0, NetObject[] dupParam1, JCORefOut dupParam2)static voidLateIndexSetComplex(NetObject o, NetObject[] args, java.lang.String[] paramnames, boolean OptimisticSet, boolean RValueBase)static voidLateIndexSetComplex(NetObject dupParam0, NetObject[] dupParam1, JCORefOut dupParam2, boolean dupParam3, boolean dupParam4)static voidLateSet(NetObject o, NetType objType, java.lang.String name, NetObject[] args, java.lang.String[] paramnames)static voidLateSet(NetObject dupParam0, NetType dupParam1, java.lang.String dupParam2, NetObject[] dupParam3, JCORefOut dupParam4)static voidLateSetComplex(NetObject o, NetType objType, java.lang.String name, NetObject[] args, java.lang.String[] paramnames, boolean OptimisticSet, boolean RValueBase)static voidLateSetComplex(NetObject dupParam0, NetType dupParam1, java.lang.String dupParam2, NetObject[] dupParam3, JCORefOut dupParam4, boolean dupParam5, boolean dupParam6)voidsetJCOInstance(org.mases.jcobridge.JCObject instance)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic.Core, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: Microsoft.VisualBasic.Core- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.VisualBasic.CompilerServices.LateBinding- See Also:
- Constant Field Values
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static LateBinding cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoLateBinding, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
LateBindinginstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
LateGet
public 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
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionExternalExceptionMissingMethodExceptionInvalidCastExceptionRankExceptionArrayTypeMismatchExceptionNullReferenceExceptionOverflowExceptionMissingMemberExceptionAmbiguousMatchException
-
LateGet
public 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
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionExternalExceptionMissingMethodExceptionInvalidCastExceptionRankExceptionArrayTypeMismatchExceptionNullReferenceExceptionOverflowExceptionMissingMemberExceptionAmbiguousMatchException
-
LateIndexGet
public 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
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionExternalExceptionRankExceptionOverflowExceptionInvalidCastExceptionMissingMemberExceptionAmbiguousMatchExceptionMissingMethodExceptionArrayTypeMismatchExceptionNullReferenceException
-
LateIndexGet
public 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
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionExternalExceptionRankExceptionOverflowExceptionInvalidCastExceptionMissingMemberExceptionAmbiguousMatchExceptionMissingMethodExceptionArrayTypeMismatchExceptionNullReferenceException
-
LateCall
public static void LateCall(NetObject o, NetType objType, java.lang.String name, NetObject[] args, java.lang.String[] paramnames, boolean[] CopyBack) throws java.lang.Throwable, PlatformNotSupportedException, FormatException, ArgumentException, OutOfMemoryException, NotSupportedException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArrayTypeMismatchException, MissingMemberException, InvalidCastException, OverflowException, MissingMethodException, RankException, NullReferenceException, ArgumentNullException, AmbiguousMatchException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionFormatExceptionArgumentExceptionOutOfMemoryExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionMissingMemberExceptionInvalidCastExceptionOverflowExceptionMissingMethodExceptionRankExceptionNullReferenceExceptionArgumentNullExceptionAmbiguousMatchException
-
LateCall
public static void LateCall(NetObject dupParam0, NetType dupParam1, java.lang.String dupParam2, NetObject[] dupParam3, JCORefOut dupParam4, JCORefOut dupParam5) throws java.lang.Throwable, PlatformNotSupportedException, FormatException, ArgumentException, OutOfMemoryException, NotSupportedException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArrayTypeMismatchException, MissingMemberException, InvalidCastException, OverflowException, MissingMethodException, RankException, NullReferenceException, ArgumentNullException, AmbiguousMatchException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionFormatExceptionArgumentExceptionOutOfMemoryExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionMissingMemberExceptionInvalidCastExceptionOverflowExceptionMissingMethodExceptionRankExceptionNullReferenceExceptionArgumentNullExceptionAmbiguousMatchException
-
LateIndexSet
public 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
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionExternalExceptionInvalidCastExceptionOverflowExceptionRankExceptionMissingMemberExceptionAmbiguousMatchExceptionMissingMethodExceptionArrayTypeMismatchExceptionNullReferenceException
-
LateIndexSet
public 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
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionExternalExceptionInvalidCastExceptionOverflowExceptionRankExceptionMissingMemberExceptionAmbiguousMatchExceptionMissingMethodExceptionArrayTypeMismatchExceptionNullReferenceException
-
LateIndexSetComplex
public static void LateIndexSetComplex(NetObject o, NetObject[] args, java.lang.String[] paramnames, boolean OptimisticSet, boolean RValueBase) throws java.lang.Throwable, PlatformNotSupportedException, FormatException, ArgumentException, OutOfMemoryException, NotSupportedException, CultureNotFoundException, InvalidOperationException, ArgumentOutOfRangeException, InvalidCastException, OverflowException, RankException, IndexOutOfRangeException, MissingMemberException, ArgumentNullException, AmbiguousMatchException, MissingMethodException, ArrayTypeMismatchException, NullReferenceException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionFormatExceptionArgumentExceptionOutOfMemoryExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionInvalidCastExceptionOverflowExceptionRankExceptionIndexOutOfRangeExceptionMissingMemberExceptionArgumentNullExceptionAmbiguousMatchExceptionMissingMethodExceptionArrayTypeMismatchExceptionNullReferenceException
-
LateIndexSetComplex
public static void LateIndexSetComplex(NetObject dupParam0, NetObject[] dupParam1, JCORefOut dupParam2, boolean dupParam3, boolean dupParam4) throws java.lang.Throwable, PlatformNotSupportedException, FormatException, ArgumentException, OutOfMemoryException, NotSupportedException, CultureNotFoundException, InvalidOperationException, ArgumentOutOfRangeException, InvalidCastException, OverflowException, RankException, IndexOutOfRangeException, MissingMemberException, ArgumentNullException, AmbiguousMatchException, MissingMethodException, ArrayTypeMismatchException, NullReferenceException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionFormatExceptionArgumentExceptionOutOfMemoryExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionInvalidCastExceptionOverflowExceptionRankExceptionIndexOutOfRangeExceptionMissingMemberExceptionArgumentNullExceptionAmbiguousMatchExceptionMissingMethodExceptionArrayTypeMismatchExceptionNullReferenceException
-
LateSet
public static void LateSet(NetObject o, NetType objType, java.lang.String name, NetObject[] args, java.lang.String[] paramnames) throws java.lang.Throwable, PlatformNotSupportedException, FormatException, ArgumentException, OutOfMemoryException, NotSupportedException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, ArrayTypeMismatchException, MissingMemberException, MissingMethodException, InvalidCastException, OverflowException, RankException, NullReferenceException, AmbiguousMatchException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionFormatExceptionArgumentExceptionOutOfMemoryExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionMissingMemberExceptionMissingMethodExceptionInvalidCastExceptionOverflowExceptionRankExceptionNullReferenceExceptionAmbiguousMatchException
-
LateSet
public static void LateSet(NetObject dupParam0, NetType dupParam1, java.lang.String dupParam2, NetObject[] dupParam3, JCORefOut dupParam4) throws java.lang.Throwable, PlatformNotSupportedException, FormatException, ArgumentException, OutOfMemoryException, NotSupportedException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, ArrayTypeMismatchException, MissingMemberException, MissingMethodException, InvalidCastException, OverflowException, RankException, NullReferenceException, AmbiguousMatchException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionFormatExceptionArgumentExceptionOutOfMemoryExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionMissingMemberExceptionMissingMethodExceptionInvalidCastExceptionOverflowExceptionRankExceptionNullReferenceExceptionAmbiguousMatchException
-
LateSetComplex
public 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, FormatException, ArgumentException, OutOfMemoryException, NotSupportedException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, ArrayTypeMismatchException, MissingMemberException, MissingMethodException, InvalidCastException, OverflowException, RankException, NullReferenceException, AmbiguousMatchException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionFormatExceptionArgumentExceptionOutOfMemoryExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionMissingMemberExceptionMissingMethodExceptionInvalidCastExceptionOverflowExceptionRankExceptionNullReferenceExceptionAmbiguousMatchException
-
LateSetComplex
public static void LateSetComplex(NetObject dupParam0, NetType dupParam1, java.lang.String dupParam2, NetObject[] dupParam3, JCORefOut dupParam4, boolean dupParam5, boolean dupParam6) throws java.lang.Throwable, PlatformNotSupportedException, FormatException, ArgumentException, OutOfMemoryException, NotSupportedException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, ArrayTypeMismatchException, MissingMemberException, MissingMethodException, InvalidCastException, OverflowException, RankException, NullReferenceException, AmbiguousMatchException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionFormatExceptionArgumentExceptionOutOfMemoryExceptionNotSupportedExceptionCultureNotFoundExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionMissingMemberExceptionMissingMethodExceptionInvalidCastExceptionOverflowExceptionRankExceptionNullReferenceExceptionAmbiguousMatchException
-
-