public class ObjectType extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.VisualBasic.CompilerServices.ObjectType
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=15.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.ObjectType
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ObjectType() |
ObjectType(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static NetObject |
AddObj(NetObject o1,
NetObject o2) |
static NetObject |
BitAndObj(NetObject obj1,
NetObject obj2) |
static NetObject |
BitOrObj(NetObject obj1,
NetObject obj2) |
static NetObject |
BitXorObj(NetObject obj1,
NetObject obj2) |
static ObjectType |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ObjectType, a cast assert is made to check if types are compatible. |
static NetObject |
DivObj(NetObject o1,
NetObject o2) |
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 NetObject |
GetObjectValuePrimitive(NetObject o) |
static NetObject |
IDivObj(NetObject o1,
NetObject o2) |
static boolean |
LikeObj(NetObject vLeft,
NetObject vRight,
CompareMethod CompareOption) |
static NetObject |
ModObj(NetObject o1,
NetObject o2) |
static NetObject |
MulObj(NetObject o1,
NetObject o2) |
static NetObject |
NegObj(NetObject obj) |
static NetObject |
NotObj(NetObject obj) |
static int |
ObjTst(NetObject o1,
NetObject o2,
boolean TextCompare) |
static NetObject |
PlusObj(NetObject obj) |
static NetObject |
PowObj(NetObject obj1,
NetObject obj2) |
void |
setJCOInstance(JCObject instance) |
static NetObject |
ShiftLeftObj(NetObject o1,
int amount) |
static NetObject |
ShiftRightObj(NetObject o1,
int amount) |
static NetObject |
StrCatObj(NetObject vLeft,
NetObject vRight) |
static NetObject |
SubObj(NetObject o1,
NetObject o2) |
static NetObject |
XorObj(NetObject obj1,
NetObject obj2) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ObjectType()
throws java.lang.Throwable
java.lang.Throwablepublic ObjectType(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static NetObject AddObj(NetObject o1, NetObject o2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, ArrayTypeMismatchException, IndexOutOfRangeException, InvalidCastException, FormatException, OverflowException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionInvalidOperationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionInvalidCastExceptionFormatExceptionOverflowExceptionpublic static NetObject BitAndObj(NetObject obj1, NetObject obj2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, InvalidCastException, ArrayTypeMismatchException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionInvalidCastExceptionArrayTypeMismatchExceptionpublic static NetObject BitOrObj(NetObject obj1, NetObject obj2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, InvalidCastException, ArrayTypeMismatchException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionInvalidCastExceptionArrayTypeMismatchExceptionpublic static NetObject BitXorObj(NetObject obj1, NetObject obj2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, InvalidCastException, ArrayTypeMismatchException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionInvalidCastExceptionArrayTypeMismatchExceptionpublic static ObjectType cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ObjectType, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedObjectType instancejava.lang.Throwable - in case of error during cast operationpublic static NetObject DivObj(NetObject o1, NetObject o2) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ArgumentException, FormatException, OverflowException, ArgumentNullException, ObjectDisposedException, InvalidCastException, DivideByZeroException, OutOfMemoryException, ArrayTypeMismatchException
java.lang.ThrowableIndexOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionArgumentExceptionFormatExceptionOverflowExceptionArgumentNullExceptionObjectDisposedExceptionInvalidCastExceptionDivideByZeroExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionpublic 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 NetObject GetObjectValuePrimitive(NetObject o) throws java.lang.Throwable
java.lang.Throwablepublic static NetObject IDivObj(NetObject o1, NetObject o2) throws java.lang.Throwable, NotSupportedException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, ArgumentNullException, InvalidCastException, OutOfMemoryException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNullReferenceExceptionFormatExceptionOverflowExceptionArgumentNullExceptionInvalidCastExceptionOutOfMemoryExceptionpublic static boolean LikeObj(NetObject vLeft, NetObject vRight, CompareMethod CompareOption) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, NotSupportedException, OutOfMemoryException, InvalidOperationException, ObjectDisposedException, InvalidCastException
public static NetObject ModObj(NetObject o1, NetObject o2) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ArgumentException, FormatException, OverflowException, ArgumentNullException, ObjectDisposedException, InvalidCastException, DivideByZeroException, OutOfMemoryException, ArrayTypeMismatchException
java.lang.ThrowableIndexOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionArgumentExceptionFormatExceptionOverflowExceptionArgumentNullExceptionObjectDisposedExceptionInvalidCastExceptionDivideByZeroExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionpublic static NetObject MulObj(NetObject o1, NetObject o2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, OverflowException, InvalidOperationException, FormatException, ArgumentNullException, InvalidCastException, OutOfMemoryException, ArrayTypeMismatchException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOverflowExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionInvalidCastExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionpublic static NetObject NegObj(NetObject obj) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ArgumentException, FormatException, OverflowException, ArgumentNullException, ObjectDisposedException, InvalidCastException, OutOfMemoryException
public static NetObject NotObj(NetObject obj) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, ArgumentNullException, OverflowException, InvalidOperationException, CultureNotFoundException, InvalidCastException, OutOfMemoryException, ArrayTypeMismatchException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentNullExceptionOverflowExceptionInvalidOperationExceptionCultureNotFoundExceptionInvalidCastExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionpublic static int ObjTst(NetObject o1, NetObject o2, boolean TextCompare) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, ArrayTypeMismatchException, IndexOutOfRangeException, InvalidCastException, TypeInitializationException, FormatException, OverflowException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionInvalidOperationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionInvalidCastExceptionTypeInitializationExceptionFormatExceptionOverflowExceptionpublic static NetObject PlusObj(NetObject obj) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, ArgumentNullException, ObjectDisposedException, InvalidCastException, OutOfMemoryException
public static NetObject PowObj(NetObject obj1, NetObject obj2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, ArgumentNullException, ObjectDisposedException, InvalidCastException, OutOfMemoryException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static NetObject ShiftLeftObj(NetObject o1, int amount) throws java.lang.Throwable, NotSupportedException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, ArgumentNullException, InvalidCastException, OutOfMemoryException, ArrayTypeMismatchException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNullReferenceExceptionFormatExceptionOverflowExceptionArgumentNullExceptionInvalidCastExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionpublic static NetObject ShiftRightObj(NetObject o1, int amount) throws java.lang.Throwable, NotSupportedException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, ArgumentNullException, InvalidCastException, OutOfMemoryException, ArrayTypeMismatchException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNullReferenceExceptionFormatExceptionOverflowExceptionArgumentNullExceptionInvalidCastExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionpublic static NetObject StrCatObj(NetObject vLeft, NetObject vRight) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, NotSupportedException, OutOfMemoryException, InvalidOperationException, ObjectDisposedException, InvalidCastException
public static NetObject SubObj(NetObject o1, NetObject o2) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ArgumentException, FormatException, OverflowException, ArgumentNullException, ObjectDisposedException, InvalidCastException, OutOfMemoryException
public static NetObject XorObj(NetObject obj1, NetObject obj2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, ArrayTypeMismatchException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionArrayTypeMismatchException