Class ObjectType
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.visualbasic.compilerservices.ObjectType
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class ObjectType extends NetObject
The base .NET class managing Microsoft.VisualBasic.CompilerServices.ObjectType, Microsoft.VisualBasic.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: Microsoft.VisualBasic.Corestatic java.lang.String
className
Qualified class name: Microsoft.VisualBasic.CompilerServices.ObjectTypestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ObjectType()
ObjectType(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 theIJCOBridgeReflected
instance intoObjectType
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typestatic 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)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic.Core, Version=14.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.ObjectType- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ObjectType cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoObjectType
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ObjectType
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
LikeObj
public static boolean LikeObj(NetObject vLeft, NetObject vRight, CompareMethod CompareOption) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, OutOfMemoryException, InvalidOperationException, ObjectDisposedException, InvalidCastException
-
ObjTst
public 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
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
NullReferenceException
OutOfMemoryException
ExternalException
ArgumentNullException
InvalidOperationException
CultureNotFoundException
ArgumentOutOfRangeException
ArrayTypeMismatchException
IndexOutOfRangeException
InvalidCastException
TypeInitializationException
FormatException
OverflowException
-
AddObj
public 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
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
NullReferenceException
OutOfMemoryException
ExternalException
ArgumentNullException
InvalidOperationException
CultureNotFoundException
ArgumentOutOfRangeException
ArrayTypeMismatchException
IndexOutOfRangeException
InvalidCastException
FormatException
OverflowException
-
BitAndObj
public static NetObject BitAndObj(NetObject obj1, NetObject obj2) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
ArgumentException
IndexOutOfRangeException
CultureNotFoundException
NullReferenceException
OutOfMemoryException
ExternalException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
OverflowException
ObjectDisposedException
InvalidCastException
ArrayTypeMismatchException
-
BitOrObj
public static NetObject BitOrObj(NetObject obj1, NetObject obj2) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
ArgumentException
IndexOutOfRangeException
CultureNotFoundException
NullReferenceException
OutOfMemoryException
ExternalException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
OverflowException
ObjectDisposedException
InvalidCastException
ArrayTypeMismatchException
-
BitXorObj
public static NetObject BitXorObj(NetObject obj1, NetObject obj2) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
ArgumentException
IndexOutOfRangeException
CultureNotFoundException
NullReferenceException
OutOfMemoryException
ExternalException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
OverflowException
ObjectDisposedException
InvalidCastException
ArrayTypeMismatchException
-
DivObj
public 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
- Throws:
java.lang.Throwable
IndexOutOfRangeException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
ArgumentException
FormatException
OverflowException
ArgumentNullException
ObjectDisposedException
InvalidCastException
DivideByZeroException
OutOfMemoryException
ArrayTypeMismatchException
-
GetObjectValuePrimitive
public static NetObject GetObjectValuePrimitive(NetObject o) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IDivObj
public static NetObject IDivObj(NetObject o1, NetObject o2) throws java.lang.Throwable, NotSupportedException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, ArgumentNullException, InvalidCastException, OutOfMemoryException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
IndexOutOfRangeException
PlatformNotSupportedException
InvalidOperationException
CultureNotFoundException
ArgumentOutOfRangeException
NullReferenceException
FormatException
OverflowException
ArgumentNullException
InvalidCastException
OutOfMemoryException
-
ModObj
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
- Throws:
java.lang.Throwable
IndexOutOfRangeException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
ArgumentException
FormatException
OverflowException
ArgumentNullException
ObjectDisposedException
InvalidCastException
DivideByZeroException
OutOfMemoryException
ArrayTypeMismatchException
-
MulObj
public static NetObject MulObj(NetObject o1, NetObject o2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, OverflowException, InvalidOperationException, FormatException, ArgumentNullException, InvalidCastException, OutOfMemoryException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
OverflowException
InvalidOperationException
FormatException
ArgumentNullException
InvalidCastException
OutOfMemoryException
ArrayTypeMismatchException
-
NegObj
public static NetObject NegObj(NetObject obj) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ArgumentException, FormatException, OverflowException, ArgumentNullException, ObjectDisposedException, InvalidCastException, OutOfMemoryException
-
NotObj
public static NetObject NotObj(NetObject obj) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, OverflowException, InvalidOperationException, CultureNotFoundException, InvalidCastException, OutOfMemoryException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
OverflowException
InvalidOperationException
CultureNotFoundException
InvalidCastException
OutOfMemoryException
ArrayTypeMismatchException
-
PlusObj
public static NetObject PlusObj(NetObject obj) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, ArgumentNullException, ObjectDisposedException, InvalidCastException, OutOfMemoryException
-
PowObj
public static NetObject PowObj(NetObject obj1, NetObject obj2) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, IndexOutOfRangeException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, ArgumentNullException, ObjectDisposedException, InvalidCastException, OutOfMemoryException
-
ShiftLeftObj
public 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
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
IndexOutOfRangeException
PlatformNotSupportedException
InvalidOperationException
CultureNotFoundException
ArgumentOutOfRangeException
NullReferenceException
FormatException
OverflowException
ArgumentNullException
InvalidCastException
OutOfMemoryException
ArrayTypeMismatchException
-
ShiftRightObj
public 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
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
IndexOutOfRangeException
PlatformNotSupportedException
InvalidOperationException
CultureNotFoundException
ArgumentOutOfRangeException
NullReferenceException
FormatException
OverflowException
ArgumentNullException
InvalidCastException
OutOfMemoryException
ArrayTypeMismatchException
-
StrCatObj
public static NetObject StrCatObj(NetObject vLeft, NetObject vRight) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, OutOfMemoryException, InvalidOperationException, ObjectDisposedException, InvalidCastException
-
SubObj
public static NetObject SubObj(NetObject o1, NetObject o2) throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ArgumentException, FormatException, OverflowException, ArgumentNullException, ObjectDisposedException, InvalidCastException, OutOfMemoryException
-
XorObj
public static NetObject XorObj(NetObject obj1, NetObject obj2) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
ArgumentException
IndexOutOfRangeException
CultureNotFoundException
NullReferenceException
OutOfMemoryException
ExternalException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
OverflowException
ObjectDisposedException
InvalidCastException
ArrayTypeMismatchException
-
-