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=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.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, NotSupportedException, ArgumentException, PlatformNotSupportedException, OutOfMemoryException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, CultureNotFoundException, OverflowException, ObjectDisposedException, InvalidCastException, TypeInitializationException, ArrayTypeMismatchException, ArgumentNullException, NullReferenceException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionCultureNotFoundExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionTypeInitializationExceptionArrayTypeMismatchExceptionArgumentNullExceptionNullReferenceExceptionMissingMemberExceptionpublic static NetObject AndObject(NetObject Left, NetObject Right) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, NullReferenceException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidOperationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionNullReferenceExceptionMissingMemberExceptionpublic 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, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, InvalidCastException, TypeInitializationException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionpublic static NetObject CompareObjectGreater(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, InvalidCastException, TypeInitializationException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionpublic static NetObject CompareObjectGreaterEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, InvalidCastException, TypeInitializationException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionpublic static NetObject CompareObjectLess(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, InvalidCastException, TypeInitializationException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionpublic static NetObject CompareObjectLessEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, InvalidCastException, TypeInitializationException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionpublic static NetObject CompareObjectNotEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, InvalidCastException, TypeInitializationException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionpublic static int CompareString(java.lang.String Left,
java.lang.String Right,
boolean TextCompare)
throws java.lang.Throwable,
ArgumentNullException,
CultureNotFoundException,
PlatformNotSupportedException,
NullReferenceException,
NotSupportedException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
OutOfMemoryException,
IndexOutOfRangeException,
ExternalException
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
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionIndexOutOfRangeExceptionRankExceptionArgumentExceptionArrayTypeMismatchExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionInvalidCastExceptionNullReferenceExceptionMissingMemberExceptionFormatExceptionpublic static boolean ConditionalCompareObjectEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, InvalidCastException, TypeInitializationException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionpublic static boolean ConditionalCompareObjectGreater(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, InvalidCastException, TypeInitializationException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionpublic static boolean ConditionalCompareObjectGreaterEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, InvalidCastException, TypeInitializationException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionpublic static boolean ConditionalCompareObjectLess(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, InvalidCastException, TypeInitializationException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionpublic static boolean ConditionalCompareObjectLessEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, InvalidCastException, TypeInitializationException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionpublic static boolean ConditionalCompareObjectNotEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OverflowException, InvalidCastException, TypeInitializationException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionInvalidCastExceptionTypeInitializationExceptionMissingMemberExceptionpublic static NetObject DivideObject(NetObject Left, NetObject Right) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, DivideByZeroException, OverflowException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, NullReferenceException, FormatException, ObjectDisposedException, InvalidCastException, ArgumentNullException, RankException, ArrayTypeMismatchException, OutOfMemoryException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionDivideByZeroExceptionOverflowExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNullReferenceExceptionFormatExceptionObjectDisposedExceptionInvalidCastExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionMissingMemberExceptionpublic static NetObject ExponentObject(NetObject Left, NetObject Right) throws java.lang.Throwable, NotSupportedException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, ArgumentNullException, RankException, ArrayTypeMismatchException, OutOfMemoryException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNullReferenceExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionMissingMemberExceptionpublic 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, NotSupportedException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, ArgumentNullException, ObjectDisposedException, InvalidCastException, RankException, ArrayTypeMismatchException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNullReferenceExceptionFormatExceptionOverflowExceptionArgumentNullExceptionObjectDisposedExceptionInvalidCastExceptionRankExceptionArrayTypeMismatchExceptionMissingMemberExceptionpublic static NetObject LeftShiftObject(NetObject Operand, NetObject Amount) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, ArgumentOutOfRangeException, InvalidOperationException, InvalidCastException, NullReferenceException, MissingMemberException, FormatException, OverflowException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentNullExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionInvalidCastExceptionNullReferenceExceptionMissingMemberExceptionFormatExceptionOverflowExceptionpublic static NetObject ModObject(NetObject Left, NetObject Right) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, DivideByZeroException, IndexOutOfRangeException, OverflowException, ArgumentOutOfRangeException, InvalidOperationException, NullReferenceException, FormatException, ObjectDisposedException, InvalidCastException, ArgumentNullException, RankException, ArrayTypeMismatchException, OutOfMemoryException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionDivideByZeroExceptionIndexOutOfRangeExceptionOverflowExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNullReferenceExceptionFormatExceptionObjectDisposedExceptionInvalidCastExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionMissingMemberExceptionpublic static NetObject MultiplyObject(NetObject Left, NetObject Right) throws java.lang.Throwable, NotSupportedException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, ArgumentNullException, RankException, ArrayTypeMismatchException, OutOfMemoryException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNullReferenceExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionMissingMemberExceptionpublic static NetObject NegateObject(NetObject Operand) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, InvalidOperationException, OverflowException, ObjectDisposedException, InvalidCastException, RankException, ArrayTypeMismatchException, NullReferenceException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionInvalidOperationExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionRankExceptionArrayTypeMismatchExceptionNullReferenceExceptionMissingMemberExceptionpublic static NetObject NotObject(NetObject Operand) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, NullReferenceException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidOperationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionNullReferenceExceptionMissingMemberExceptionpublic static NetObject OrObject(NetObject Left, NetObject Right) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, NullReferenceException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidOperationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionNullReferenceExceptionMissingMemberExceptionpublic static NetObject PlusObject(NetObject Operand) throws java.lang.Throwable, NotSupportedException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, ArgumentNullException, RankException, ArrayTypeMismatchException, OutOfMemoryException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNullReferenceExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionMissingMemberExceptionpublic static NetObject RightShiftObject(NetObject Operand, NetObject Amount) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, ArgumentOutOfRangeException, InvalidOperationException, InvalidCastException, NullReferenceException, MissingMemberException, FormatException, OverflowException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentNullExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionInvalidCastExceptionNullReferenceExceptionMissingMemberExceptionFormatExceptionOverflowExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static NetObject SubtractObject(NetObject Left, NetObject Right) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, OverflowException, InvalidOperationException, NullReferenceException, FormatException, ObjectDisposedException, InvalidCastException, ArgumentNullException, RankException, ArrayTypeMismatchException, OutOfMemoryException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOverflowExceptionInvalidOperationExceptionNullReferenceExceptionFormatExceptionObjectDisposedExceptionInvalidCastExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionMissingMemberExceptionpublic static NetObject XorObject(NetObject Left, NetObject Right) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, NullReferenceException, MissingMemberException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidOperationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionNullReferenceExceptionMissingMemberException