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, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.VisualBasic
|
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 int |
CompareObject(NetObject Left,
NetObject Right,
boolean TextCompare) |
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 |
LikeObject(NetObject Source,
NetObject Pattern,
CompareMethod CompareOption) |
static boolean |
LikeString(java.lang.String Source,
java.lang.String Pattern,
CompareMethod CompareOption) |
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, ArgumentNullException, ArgumentOutOfRangeException, TypeInitializationException, InvalidOperationException, IndexOutOfRangeException, OverflowException, FormatException, CultureNotFoundException, OutOfMemoryException, NullReferenceException, ArgumentException, ObjectDisposedException, NotSupportedException, NotImplementedException, MissingManifestResourceException, InvalidCastException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionTypeInitializationExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOverflowExceptionFormatExceptionCultureNotFoundExceptionOutOfMemoryExceptionNullReferenceExceptionArgumentExceptionObjectDisposedExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidCastExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static NetObject AndObject(NetObject Left, NetObject Right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException, OverflowException, NotImplementedException, MissingManifestResourceException, InvalidCastException, NullReferenceException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionInvalidOperationExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidCastExceptionNullReferenceExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic 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 int CompareObject(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, FormatException, NullReferenceException, OverflowException, NotImplementedException, MissingManifestResourceException, InvalidCastException, TypeInitializationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidCastExceptionTypeInitializationExceptionpublic static NetObject CompareObjectEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, FormatException, NullReferenceException, OverflowException, NotImplementedException, MissingManifestResourceException, InvalidCastException, TypeInitializationException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidCastExceptionTypeInitializationExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static NetObject CompareObjectGreater(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, FormatException, NullReferenceException, OverflowException, NotImplementedException, MissingManifestResourceException, InvalidCastException, TypeInitializationException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidCastExceptionTypeInitializationExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static NetObject CompareObjectGreaterEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, FormatException, NullReferenceException, OverflowException, NotImplementedException, MissingManifestResourceException, InvalidCastException, TypeInitializationException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidCastExceptionTypeInitializationExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static NetObject CompareObjectLess(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, FormatException, NullReferenceException, OverflowException, NotImplementedException, MissingManifestResourceException, InvalidCastException, TypeInitializationException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidCastExceptionTypeInitializationExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static NetObject CompareObjectLessEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, FormatException, NullReferenceException, OverflowException, NotImplementedException, MissingManifestResourceException, InvalidCastException, TypeInitializationException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidCastExceptionTypeInitializationExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static NetObject CompareObjectNotEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, FormatException, NullReferenceException, OverflowException, NotImplementedException, MissingManifestResourceException, InvalidCastException, TypeInitializationException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidCastExceptionTypeInitializationExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static int CompareString(java.lang.String Left,
java.lang.String Right,
boolean TextCompare)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException
public static NetObject ConcatenateObject(NetObject Left, NetObject Right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, NotSupportedException, NotImplementedException, RankException, ArgumentOutOfRangeException, InternalErrorException, InvalidCastException, NullReferenceException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException, OverflowException, FormatException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionNotImplementedExceptionRankExceptionArgumentOutOfRangeExceptionInternalErrorExceptionInvalidCastExceptionNullReferenceExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionOverflowExceptionFormatExceptionIndexOutOfRangeExceptionpublic static boolean ConditionalCompareObjectEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, FormatException, NullReferenceException, OverflowException, NotImplementedException, MissingManifestResourceException, InvalidCastException, TypeInitializationException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidCastExceptionTypeInitializationExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static boolean ConditionalCompareObjectGreater(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, FormatException, NullReferenceException, OverflowException, NotImplementedException, MissingManifestResourceException, InvalidCastException, TypeInitializationException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidCastExceptionTypeInitializationExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static boolean ConditionalCompareObjectGreaterEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, FormatException, NullReferenceException, OverflowException, NotImplementedException, MissingManifestResourceException, InvalidCastException, TypeInitializationException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidCastExceptionTypeInitializationExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static boolean ConditionalCompareObjectLess(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, FormatException, NullReferenceException, OverflowException, NotImplementedException, MissingManifestResourceException, InvalidCastException, TypeInitializationException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidCastExceptionTypeInitializationExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static boolean ConditionalCompareObjectLessEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, FormatException, NullReferenceException, OverflowException, NotImplementedException, MissingManifestResourceException, InvalidCastException, TypeInitializationException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidCastExceptionTypeInitializationExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static boolean ConditionalCompareObjectNotEqual(NetObject Left, NetObject Right, boolean TextCompare) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, FormatException, NullReferenceException, OverflowException, NotImplementedException, MissingManifestResourceException, InvalidCastException, TypeInitializationException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidCastExceptionTypeInitializationExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static NetObject DivideObject(NetObject Left, NetObject Right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, FormatException, NullReferenceException, OverflowException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidCastException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionFormatExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidCastExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static NetObject ExponentObject(NetObject Left, NetObject Right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, FormatException, NullReferenceException, OverflowException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidCastException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionFormatExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidCastExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static NetObject FallbackInvokeUserDefinedOperator(NetObject vbOp, NetObject[] Arguments) throws java.lang.Throwable, OverflowException, ArgumentNullException, ArgumentException, CultureNotFoundException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, FormatException, NullReferenceException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidCastException, RankException, InternalErrorException, MissingMemberException
java.lang.ThrowableOverflowExceptionArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionFormatExceptionNullReferenceExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidCastExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionpublic 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, ArgumentNullException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException, OverflowException, NotImplementedException, MissingManifestResourceException, InvalidCastException, RankException, InternalErrorException, NullReferenceException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionInvalidOperationExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidCastExceptionRankExceptionInternalErrorExceptionNullReferenceExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static NetObject LeftShiftObject(NetObject Operand, NetObject Amount) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, NotSupportedException, NotImplementedException, RankException, ArgumentOutOfRangeException, InternalErrorException, InvalidCastException, NullReferenceException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, FormatException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionNotImplementedExceptionRankExceptionArgumentOutOfRangeExceptionInternalErrorExceptionInvalidCastExceptionNullReferenceExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionFormatExceptionOverflowExceptionpublic static NetObject LikeObject(NetObject Source, NetObject Pattern, CompareMethod CompareOption) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, NotSupportedException, NotImplementedException, RankException, ArgumentOutOfRangeException, InternalErrorException, InvalidCastException, NullReferenceException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException, OverflowException, FormatException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionNotImplementedExceptionRankExceptionArgumentOutOfRangeExceptionInternalErrorExceptionInvalidCastExceptionNullReferenceExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionOverflowExceptionFormatExceptionIndexOutOfRangeExceptionpublic static boolean LikeString(java.lang.String Source,
java.lang.String Pattern,
CompareMethod CompareOption)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
CultureNotFoundException,
ArgumentException,
NotSupportedException,
MissingManifestResourceException,
FormatException
public static NetObject ModObject(NetObject Left, NetObject Right) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, CultureNotFoundException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, FormatException, NullReferenceException, OverflowException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidCastException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionFormatExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidCastExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static NetObject MultiplyObject(NetObject Left, NetObject Right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, FormatException, NullReferenceException, OverflowException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidCastException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionFormatExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidCastExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static NetObject NegateObject(NetObject Operand) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, CultureNotFoundException, NotSupportedException, InvalidOperationException, FormatException, NullReferenceException, OverflowException, MissingManifestResourceException, ObjectDisposedException, InvalidCastException, NotImplementedException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionNullReferenceExceptionOverflowExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidCastExceptionNotImplementedExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static NetObject NotObject(NetObject Operand) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException, OverflowException, NotImplementedException, MissingManifestResourceException, InvalidCastException, RankException, InternalErrorException, NullReferenceException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionInvalidOperationExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidCastExceptionRankExceptionInternalErrorExceptionNullReferenceExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static NetObject OrObject(NetObject Left, NetObject Right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException, OverflowException, NotImplementedException, MissingManifestResourceException, InvalidCastException, NullReferenceException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionInvalidOperationExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidCastExceptionNullReferenceExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static NetObject PlusObject(NetObject Operand) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, FormatException, NullReferenceException, OverflowException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidCastException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionFormatExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidCastExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static NetObject RightShiftObject(NetObject Operand, NetObject Amount) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, NotSupportedException, NotImplementedException, RankException, ArgumentOutOfRangeException, InternalErrorException, InvalidCastException, NullReferenceException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, FormatException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionNotImplementedExceptionRankExceptionArgumentOutOfRangeExceptionInternalErrorExceptionInvalidCastExceptionNullReferenceExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionFormatExceptionOverflowExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static NetObject SubtractObject(NetObject Left, NetObject Right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, FormatException, NullReferenceException, OverflowException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidCastException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionFormatExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidCastExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionpublic static NetObject XorObject(NetObject Left, NetObject Right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException, OverflowException, NotImplementedException, MissingManifestResourceException, InvalidCastException, NullReferenceException, RankException, InternalErrorException, MissingMemberException, MemberAccessException, TargetException, TargetParameterCountException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionInvalidOperationExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidCastExceptionNullReferenceExceptionRankExceptionInternalErrorExceptionMissingMemberExceptionMemberAccessExceptionTargetExceptionTargetParameterCountException