public class Operators extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.VisualBasic.CompilerServices.Operators
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.Operators
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Operators() |
Operators(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static NetObject |
AddObject(NetObject Left,
NetObject Right) |
static NetObject |
AndObject(NetObject Left,
NetObject Right) |
static Operators |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Operators, a cast assert is made to check if types are compatible. |
static NetObject |
CompareObjectEqual(NetObject Left,
NetObject Right,
boolean TextCompare) |
static NetObject |
CompareObjectGreater(NetObject Left,
NetObject Right,
boolean TextCompare) |
static NetObject |
CompareObjectGreaterEqual(NetObject Left,
NetObject Right,
boolean TextCompare) |
static NetObject |
CompareObjectLess(NetObject Left,
NetObject Right,
boolean TextCompare) |
static NetObject |
CompareObjectLessEqual(NetObject Left,
NetObject Right,
boolean TextCompare) |
static NetObject |
CompareObjectNotEqual(NetObject Left,
NetObject Right,
boolean TextCompare) |
static int |
CompareString(java.lang.String Left,
java.lang.String Right,
boolean TextCompare) |
static NetObject |
ConcatenateObject(NetObject Left,
NetObject Right) |
static boolean |
ConditionalCompareObjectEqual(NetObject Left,
NetObject Right,
boolean TextCompare) |
static boolean |
ConditionalCompareObjectGreater(NetObject Left,
NetObject Right,
boolean TextCompare) |
static boolean |
ConditionalCompareObjectGreaterEqual(NetObject Left,
NetObject Right,
boolean TextCompare) |
static boolean |
ConditionalCompareObjectLess(NetObject Left,
NetObject Right,
boolean TextCompare) |
static boolean |
ConditionalCompareObjectLessEqual(NetObject Left,
NetObject Right,
boolean TextCompare) |
static boolean |
ConditionalCompareObjectNotEqual(NetObject Left,
NetObject Right,
boolean TextCompare) |
static NetObject |
DivideObject(NetObject Left,
NetObject Right) |
static NetObject |
ExponentObject(NetObject Left,
NetObject Right) |
static NetObject |
FallbackInvokeUserDefinedOperator(NetObject vbOp,
NetObject[] arguments) |
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 |
IntDivideObject(NetObject Left,
NetObject Right) |
static NetObject |
LeftShiftObject(NetObject Operand,
NetObject Amount) |
static NetObject |
ModObject(NetObject Left,
NetObject Right) |
static NetObject |
MultiplyObject(NetObject Left,
NetObject Right) |
static NetObject |
NegateObject(NetObject Operand) |
static NetObject |
NotObject(NetObject Operand) |
static NetObject |
OrObject(NetObject Left,
NetObject Right) |
static NetObject |
PlusObject(NetObject Operand) |
static NetObject |
RightShiftObject(NetObject Operand,
NetObject Amount) |
void |
setJCOInstance(JCObject instance) |
static NetObject |
SubtractObject(NetObject Left,
NetObject Right) |
static NetObject |
XorObject(NetObject Left,
NetObject Right) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Operators()
throws java.lang.Throwable
java.lang.Throwablepublic Operators(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static NetObject AddObject(NetObject Left, NetObject Right) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, OutOfMemoryException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, CultureNotFoundException, NotSupportedException, OverflowException, ArgumentNullException, InvalidCastException, TypeInitializationException, ArrayTypeMismatchException, NullReferenceException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionCultureNotFoundExceptionNotSupportedExceptionOverflowExceptionArgumentNullExceptionInvalidCastExceptionTypeInitializationExceptionArrayTypeMismatchExceptionNullReferenceExceptionMissingMemberExceptionBadImageFormatExceptionpublic static NetObject AndObject(NetObject Left, NetObject Right) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, FormatException, OverflowException, InvalidCastException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, NullReferenceException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionInvalidCastExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionNullReferenceExceptionMissingMemberExceptionBadImageFormatExceptionpublic static Operators cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Operators, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedOperators instancejava.lang.Throwable - in case of error during cast operationpublic static NetObject CompareObjectEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, TypeInitializationException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionBadImageFormatExceptionpublic static NetObject CompareObjectGreater(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, TypeInitializationException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionBadImageFormatExceptionpublic static NetObject CompareObjectGreaterEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, TypeInitializationException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionBadImageFormatExceptionpublic static NetObject CompareObjectLess(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, TypeInitializationException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionBadImageFormatExceptionpublic static NetObject CompareObjectLessEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, TypeInitializationException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionBadImageFormatExceptionpublic static NetObject CompareObjectNotEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, TypeInitializationException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionBadImageFormatExceptionpublic static int CompareString(java.lang.String Left,
java.lang.String Right,
boolean TextCompare)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
PlatformNotSupportedException,
NullReferenceException,
NotSupportedException
public static NetObject ConcatenateObject(NetObject Left, NetObject Right) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, IndexOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException, ArgumentOutOfRangeException, InvalidOperationException, InvalidCastException, NullReferenceException, MissingMemberException, FormatException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionIndexOutOfRangeExceptionRankExceptionArgumentExceptionArrayTypeMismatchExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionInvalidCastExceptionNullReferenceExceptionMissingMemberExceptionFormatExceptionBadImageFormatExceptionpublic static boolean ConditionalCompareObjectEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, TypeInitializationException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionBadImageFormatExceptionpublic static boolean ConditionalCompareObjectGreater(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, TypeInitializationException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionBadImageFormatExceptionpublic static boolean ConditionalCompareObjectGreaterEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, TypeInitializationException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionBadImageFormatExceptionpublic static boolean ConditionalCompareObjectLess(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, TypeInitializationException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionBadImageFormatExceptionpublic static boolean ConditionalCompareObjectLessEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, TypeInitializationException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionBadImageFormatExceptionpublic static boolean ConditionalCompareObjectNotEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, TypeInitializationException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionBadImageFormatExceptionpublic static NetObject DivideObject(NetObject Left, NetObject Right) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, DivideByZeroException, OverflowException, IndexOutOfRangeException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, NullReferenceException, FormatException, InvalidCastException, ArgumentNullException, RankException, ArrayTypeMismatchException, OutOfMemoryException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionDivideByZeroExceptionOverflowExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionFormatExceptionInvalidCastExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionMissingMemberExceptionBadImageFormatExceptionpublic static NetObject ExponentObject(NetObject Left, NetObject Right) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, InvalidOperationException, ArgumentOutOfRangeException, NullReferenceException, NotSupportedException, FormatException, OverflowException, InvalidCastException, ArgumentNullException, RankException, ArrayTypeMismatchException, OutOfMemoryException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionFormatExceptionOverflowExceptionInvalidCastExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionMissingMemberExceptionBadImageFormatExceptionpublic static NetObject FallbackInvokeUserDefinedOperator(NetObject vbOp, NetObject[] arguments) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, OverflowException, NullReferenceException, ArgumentNullException, InvalidCastException, OutOfMemoryException, ArrayTypeMismatchException, MissingMemberException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionOverflowExceptionNullReferenceExceptionArgumentNullExceptionInvalidCastExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionMissingMemberExceptionpublic 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 IntDivideObject(NetObject Left, NetObject Right) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, NullReferenceException, NotSupportedException, FormatException, OverflowException, ArgumentNullException, InvalidCastException, RankException, ArrayTypeMismatchException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionInvalidOperationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionFormatExceptionOverflowExceptionArgumentNullExceptionInvalidCastExceptionRankExceptionArrayTypeMismatchExceptionMissingMemberExceptionBadImageFormatExceptionpublic static NetObject LeftShiftObject(NetObject Operand, NetObject Amount) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, NotSupportedException, ArgumentNullException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, ArgumentOutOfRangeException, InvalidOperationException, InvalidCastException, NullReferenceException, MissingMemberException, FormatException, BadImageFormatException, OverflowException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionNotSupportedExceptionArgumentNullExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionInvalidCastExceptionNullReferenceExceptionMissingMemberExceptionFormatExceptionBadImageFormatExceptionOverflowExceptionpublic static NetObject ModObject(NetObject Left, NetObject Right) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, DivideByZeroException, IndexOutOfRangeException, OverflowException, ArgumentOutOfRangeException, InvalidOperationException, NullReferenceException, NotSupportedException, FormatException, InvalidCastException, ArgumentNullException, RankException, ArrayTypeMismatchException, OutOfMemoryException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionDivideByZeroExceptionIndexOutOfRangeExceptionOverflowExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNullReferenceExceptionNotSupportedExceptionFormatExceptionInvalidCastExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionMissingMemberExceptionBadImageFormatExceptionpublic static NetObject MultiplyObject(NetObject Left, NetObject Right) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, InvalidOperationException, ArgumentOutOfRangeException, NullReferenceException, NotSupportedException, FormatException, OverflowException, InvalidCastException, ArgumentNullException, RankException, ArrayTypeMismatchException, OutOfMemoryException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionFormatExceptionOverflowExceptionInvalidCastExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionMissingMemberExceptionBadImageFormatExceptionpublic static NetObject NegateObject(NetObject Operand) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, InvalidOperationException, NotSupportedException, OverflowException, InvalidCastException, RankException, ArrayTypeMismatchException, NullReferenceException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionInvalidOperationExceptionNotSupportedExceptionOverflowExceptionInvalidCastExceptionRankExceptionArrayTypeMismatchExceptionNullReferenceExceptionMissingMemberExceptionBadImageFormatExceptionpublic static NetObject NotObject(NetObject Operand) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, FormatException, OverflowException, InvalidCastException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, NullReferenceException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionInvalidCastExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionNullReferenceExceptionMissingMemberExceptionBadImageFormatExceptionpublic static NetObject OrObject(NetObject Left, NetObject Right) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, FormatException, OverflowException, InvalidCastException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, NullReferenceException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionInvalidCastExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionNullReferenceExceptionMissingMemberExceptionBadImageFormatExceptionpublic static NetObject PlusObject(NetObject Operand) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, InvalidOperationException, ArgumentOutOfRangeException, NullReferenceException, NotSupportedException, FormatException, OverflowException, InvalidCastException, ArgumentNullException, RankException, ArrayTypeMismatchException, OutOfMemoryException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionFormatExceptionOverflowExceptionInvalidCastExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionMissingMemberExceptionBadImageFormatExceptionpublic static NetObject RightShiftObject(NetObject Operand, NetObject Amount) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, NotSupportedException, ArgumentNullException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, ArgumentOutOfRangeException, InvalidOperationException, InvalidCastException, NullReferenceException, MissingMemberException, FormatException, BadImageFormatException, OverflowException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionNotSupportedExceptionArgumentNullExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionInvalidCastExceptionNullReferenceExceptionMissingMemberExceptionFormatExceptionBadImageFormatExceptionOverflowExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static NetObject SubtractObject(NetObject Left, NetObject Right) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, OverflowException, NotSupportedException, InvalidOperationException, NullReferenceException, FormatException, InvalidCastException, ArgumentNullException, RankException, ArrayTypeMismatchException, OutOfMemoryException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOverflowExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionFormatExceptionInvalidCastExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionMissingMemberExceptionBadImageFormatExceptionpublic static NetObject XorObject(NetObject Left, NetObject Right) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, FormatException, OverflowException, InvalidCastException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, NullReferenceException, MissingMemberException, BadImageFormatException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionInvalidCastExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionNullReferenceExceptionMissingMemberExceptionBadImageFormatException