JVMBridge |
public abstract class JVMBridgeBase<TClass> : JVMBridgeBase, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition where TClass : IJVMBridgeBase
The JVMBridgeBaseTClass type exposes the following members.
| Name | Description | |
|---|---|---|
| BridgeClassName |
Java class name to be instantiated
(Inherited from JVMBridgeBase) | |
| BridgeClazz | The IJavaType of the implementing class | |
| BridgeInstance |
The IJavaObject instance
(Inherited from JVMBridgeBase) | |
| BypassPool |
Override and return to prevent this instance
from being returned to the pool on Dispose.
(Inherited from JVMBridgeBase) | |
| DynBridgeClazz | The dynamic accessor to BridgeClazz | |
| DynBridgeInstance |
The dynamic accessor to BridgeInstance (Inherited from JVMBridgeBase) | |
| IsBridgeAbstract | if the BridgeClassName is an abstract class, i.e. cannot be created an instance
(Inherited from JVMBridgeBase) | |
| IsBridgeCloseable | if the BridgeClassName implements java.lang.AutoCloseable
(Inherited from JVMBridgeBase) | |
| IsBridgeInterface | if the BridgeClassName is an interface, i.e. does not have any public constructor
(Inherited from JVMBridgeBase) | |
| IsBridgeListener | if the BridgeClassName follows the listener pattern of JCOBridge: the BridgeClassName extends a JCListener or implements IJCListener
(Inherited from JVMBridgeBase) | |
| IsBridgeStatic | if the BridgeClassName is a static class, i.e. does not have any public constructor
(Inherited from JVMBridgeBase) |
| Name | Description | |
|---|---|---|
| BiThrowTException |
Initialize and throw an instance of TException in JVM and then in CLR
(Inherited from JVMBridgeBase) | |
| CastDirectTNewClass |
Simplified version of CastToTNewClass which wraps this instance within a new TNewClass class
(Inherited from JVMBridgeBase) | |
| CastDirectAndDetachTNewClass |
Simplified version of CastToAndDetachTNewClass which wraps this instance within a new TNewClass class and detaches BridgeInstance from this instance
(Inherited from JVMBridgeBase) | |
| CastDirectAndDisposeTNewClass |
Simplified version of CastToAndDisposeTNewClass which wraps this instance within a new TNewClass class, detaches BridgeInstance and Dispose this instance
(Inherited from JVMBridgeBase) | |
| CastToTNewClass |
Casts this IJVMBridgeBase object into TNewClass (Inherited from JVMBridgeBase) | |
| CastToAndDetachTNewClass |
Casts this IJVMBridgeBase object into TNewClass and detaches BridgeInstance from this instance
(Inherited from JVMBridgeBase) | |
| CastToAndDisposeTNewClass |
Casts this IJVMBridgeBase object into TNewClass, detaches BridgeInstance and Dispose this instance
(Inherited from JVMBridgeBase) | |
| CheckDisposed |
Test if this instance was disposed
(Inherited from JVMBridgeBase) | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from JVMBridgeBase) | |
| Dispose(Boolean) |
Implements the pattern described in https://learn.microsoft.com/en-en/dotnet/standard/garbage-collection/implementing-dispose
(Inherited from JVMBridgeBase) | |
| Equals(IJVMBridgeBaseInstance) | Indicates whether the current object is equal to another object of the same type. (Inherited from JVMBridgeBase) | |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from JVMBridgeBase) | |
| ExecuteT(T) |
Executes the code
(Inherited from JVMBridgeBase) | |
| ExecuteT(T) |
Executes the code
(Overrides JVMBridgeBaseExecuteT(T)) | |
| Finalize |
Finalizer
(Inherited from JVMBridgeBase) | |
| GetHashCode | Serves as the default hash function. (Inherited from JVMBridgeBase) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IExecute(String) | Invokes instance method methodName with 0 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecute(String, Object) | Invokes instance method methodName with 1 argument using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecute(String, Object) |
Executes an instance method
(Inherited from JVMBridgeBase) | |
| IExecute(String, Object, Object) | Invokes instance method methodName with 2 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecute(String, Object, Object, Object) | Invokes instance method methodName with 3 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecute(String, Object, Object, Object, Object) | Invokes instance method methodName with 4 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecute(String, Object, Object, Object, Object, Object) | Invokes instance method methodName with 5 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecute(String, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 6 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecute(String, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 7 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecute(String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 8 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecute(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 9 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecute(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 10 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecuteArrayTArrayType(String) | Invokes instance method methodName with 0 arguments and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteArrayTArrayType(String, Object) | Invokes instance method methodName with 1 argument and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteArrayTArrayType(String, Object) |
Executes the method identified by methodName and returns
the result as an array of TArrayType.
(Inherited from JVMBridgeBase) | |
| IExecuteArrayTArrayType(String, Object, Object) | Invokes instance method methodName with 2 arguments and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteArrayTArrayType(String, Object, Object, Object) | Invokes instance method methodName with 3 arguments and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteArrayTArrayType(String, Object, Object, Object, Object) | Invokes instance method methodName with 4 arguments and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteArrayTArrayType(String, Object, Object, Object, Object, Object) | Invokes instance method methodName with 5 arguments and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 6 arguments and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 7 arguments and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 8 arguments and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 9 arguments and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 10 arguments and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteStreamTArrayType(String) | Invokes instance method methodName with 0 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteStreamTArrayType(String, Object) | Invokes instance method methodName with 1 argument and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteStreamTArrayType(String, Object) |
Executes the method identified by methodName and returns
the result as a JCOBridgeStreamT backed by the
JVM primitive array returned by the method.
(Inherited from JVMBridgeBase) | |
| IExecuteStreamTArrayType(String, Object, Object) | Invokes instance method methodName with 2 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteStreamTArrayType(String, Object, Object, Object) | Invokes instance method methodName with 3 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteStreamTArrayType(String, Object, Object, Object, Object) | Invokes instance method methodName with 4 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteStreamTArrayType(String, Object, Object, Object, Object, Object) | Invokes instance method methodName with 5 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteStreamTArrayType(String, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 6 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteStreamTArrayType(String, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 7 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteStreamTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 8 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteStreamTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 9 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteStreamTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 10 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignature(String, String) | Invokes instance method methodName with 0 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecuteWithSignature(String, String, Object) | Invokes instance method methodName with 1 argument using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecuteWithSignature(String, String, Object) |
Executes an instance method
(Inherited from JVMBridgeBase) | |
| IExecuteWithSignature(String, String, Object, Object) | Invokes instance method methodName with 2 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecuteWithSignature(String, String, Object, Object, Object) | Invokes instance method methodName with 3 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecuteWithSignature(String, String, Object, Object, Object, Object) | Invokes instance method methodName with 4 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecuteWithSignature(String, String, Object, Object, Object, Object, Object) | Invokes instance method methodName with 5 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecuteWithSignature(String, String, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 6 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecuteWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 7 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecuteWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 8 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecuteWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 9 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecuteWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 10 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10). (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureArrayTArrayType(String, String) | Invokes instance method methodName with 0 arguments and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureArrayTArrayType(String, String, Object) | Invokes instance method methodName with 1 argument and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureArrayTArrayType(String, String, Object) |
Executes the method identified by methodName and
signature and returns the result as an array of TArrayType.
(Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureArrayTArrayType(String, String, Object, Object) | Invokes instance method methodName with 2 arguments and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object) | Invokes instance method methodName with 3 arguments and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object) | Invokes instance method methodName with 4 arguments and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object) | Invokes instance method methodName with 5 arguments and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 6 arguments and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 7 arguments and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 8 arguments and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 9 arguments and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 10 arguments and returns the JVM array result as a managed TArrayType[]. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureStreamTArrayType(String, String) | Invokes instance method methodName with 0 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureStreamTArrayType(String, String, Object) | Invokes instance method methodName with 1 argument and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureStreamTArrayType(String, String, Object) |
Executes the method identified by methodName and
signature and returns the result as a
JCOBridgeStreamT backed by the JVM primitive
array returned by the method.
(Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureStreamTArrayType(String, String, Object, Object) | Invokes instance method methodName with 2 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object) | Invokes instance method methodName with 3 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object) | Invokes instance method methodName with 4 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object) | Invokes instance method methodName with 5 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 6 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 7 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 8 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 9 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName with 10 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result. (Inherited from JVMBridgeBase) | |
| IGetField(String) |
Gets the value of a field identified by fieldName (Inherited from JVMBridgeBase) | |
| IGetFieldArrayTReturn |
Gets the value of the field identified by fieldName and returns
its content as an array of TReturn.
(Inherited from JVMBridgeBase) | |
| IGetFieldStreamTReturn |
Reads the field identified by fieldName and returns its
value as a JCOBridgeStreamT backed by the JVM
primitive array stored in the field.
(Inherited from JVMBridgeBase) | |
| IsAssignableFrom(IJavaType) | Verify if this IJVMBridgeBase is assignable from clazz | |
| IsAssignableFrom(String) | Verify if this IJVMBridgeBase is assignable from clazz | |
| IsAssignableFromT | Verify if this IJVMBridgeBase is assignable from T | |
| ISetField(String, Object) |
Sets the value of a field identified by fieldName (Inherited from JVMBridgeBase) | |
| ISetFieldTValue(String, TValue) |
Sets the value of a field identified by fieldName (Inherited from JVMBridgeBase) | |
| IsInstanceOf(IJavaType) |
Verify if this IJVMBridgeBase is an instance of clazz (Inherited from JVMBridgeBase) | |
| IsInstanceOf(String) |
Verify if this IJVMBridgeBase is an instance of clazz (Inherited from JVMBridgeBase) | |
| IsInstanceOfT |
Verify if this IJVMBridgeBase is an instance of T (Inherited from JVMBridgeBase) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| MonitorEnter |
Enters the monitor associated with the underlying with this IJVMBridgeBase (Inherited from JVMBridgeBase) | |
| MonitorExit |
Exits the monitor associated with the underlying with this IJVMBridgeBase (Inherited from JVMBridgeBase) | |
| New | Creates a new JVM instance of TClass with no arguments. | |
| New(Object) | Creates a new JVM instance of TClass with 1 argument. | |
| New(Object) | Create a new instance of the TClass | |
| New(Object, Object) | Creates a new JVM instance of TClass with 2 arguments. | |
| New(Object, Object, Object) | Creates a new JVM instance of TClass with 3 arguments. | |
| New(Object, Object, Object, Object) | Creates a new JVM instance of TClass with 4 arguments. | |
| New(Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass with 5 arguments. | |
| New(Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass with 6 arguments. | |
| New(Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass with 7 arguments. | |
| New(Object, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass with 8 arguments. | |
| New(Object, Object, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass with 9 arguments. | |
| New(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass with 10 arguments. | |
| NewAndWrapsDirectTNewClass(String) | Creates a new JVM instance of className with no arguments and wraps it directly in TNewClass without type-safety checks. | |
| NewAndWrapsDirectTNewClass(String, Object) | Creates a new JVM instance of className with 1 argument and wraps it directly in TNewClass without type-safety checks. | |
| NewAndWrapsDirectTNewClass(String, Object) | Wraps a new instance of the TNewClass after execution of New(String, Object) | |
| NewAndWrapsDirectTNewClass(String, Object, Object) | Creates a new JVM instance of className with 2 arguments and wraps it directly in TNewClass without type-safety checks. | |
| NewAndWrapsDirectTNewClass(String, Object, Object, Object) | Creates a new JVM instance of className with 3 arguments and wraps it directly in TNewClass without type-safety checks. | |
| NewAndWrapsDirectTNewClass(String, Object, Object, Object, Object) | Creates a new JVM instance of className with 4 arguments and wraps it directly in TNewClass without type-safety checks. | |
| NewAndWrapsDirectTNewClass(String, Object, Object, Object, Object, Object) | Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks. | |
| NewAndWrapsDirectTNewClass(String, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks. | |
| NewAndWrapsDirectTNewClass(String, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks. | |
| NewAndWrapsDirectTNewClass(String, Object, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks. | |
| NewAndWrapsDirectTNewClass(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks. | |
| NewAndWrapsDirectTNewClass(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks. | |
| NewWithSignature(String) | Creates a new JVM instance of TClass using a JNI signature with no arguments. | |
| NewWithSignature(String, Object) | Creates a new JVM instance of TClass using a JNI signature with 1 argument. | |
| NewWithSignature(String, Object) | Create a new instance of the TClass | |
| NewWithSignature(String, Object, Object) | Creates a new JVM instance of TClass using a JNI signature with 2 arguments. | |
| NewWithSignature(String, Object, Object, Object) | Creates a new JVM instance of TClass using a JNI signature with 3 arguments. | |
| NewWithSignature(String, Object, Object, Object, Object) | Creates a new JVM instance of TClass using a JNI signature with 4 arguments. | |
| NewWithSignature(String, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass using a JNI signature with 5 arguments. | |
| NewWithSignature(String, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass using a JNI signature with 6 arguments. | |
| NewWithSignature(String, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass using a JNI signature with 7 arguments. | |
| NewWithSignature(String, Object, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass using a JNI signature with 8 arguments. | |
| NewWithSignature(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass using a JNI signature with 9 arguments. | |
| NewWithSignature(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass using a JNI signature with 10 arguments. | |
| NewWithSignatureAndWrapsDirectTNewClass(String, String) | Creates a new JVM instance of className with no arguments and wraps it directly in TNewClass without type-safety checks. | |
| NewWithSignatureAndWrapsDirectTNewClass(String, String, Object) | Creates a new JVM instance of className with 1 argument and wraps it directly in TNewClass without type-safety checks. | |
| NewWithSignatureAndWrapsDirectTNewClass(String, String, Object) | Wraps a new instance of the TNewClass after execution of NewWithSignature(String, String, Object) | |
| NewWithSignatureAndWrapsDirectTNewClass(String, String, Object, Object) | Creates a new JVM instance of className with 2 arguments and wraps it directly in TNewClass without type-safety checks. | |
| NewWithSignatureAndWrapsDirectTNewClass(String, String, Object, Object, Object) | Creates a new JVM instance of className with 3 arguments and wraps it directly in TNewClass without type-safety checks. | |
| NewWithSignatureAndWrapsDirectTNewClass(String, String, Object, Object, Object, Object) | Creates a new JVM instance of className with 4 arguments and wraps it directly in TNewClass without type-safety checks. | |
| NewWithSignatureAndWrapsDirectTNewClass(String, String, Object, Object, Object, Object, Object) | Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks. | |
| NewWithSignatureAndWrapsDirectTNewClass(String, String, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks. | |
| NewWithSignatureAndWrapsDirectTNewClass(String, String, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks. | |
| NewWithSignatureAndWrapsDirectTNewClass(String, String, Object, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks. | |
| NewWithSignatureAndWrapsDirectTNewClass(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks. | |
| NewWithSignatureAndWrapsDirectTNewClass(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of className with 5 arguments and wraps it directly in TNewClass without type-safety checks. | |
| Notify |
Wakes up a single thread that is waiting on this object's monitor.
(Inherited from JVMBridgeBase) | |
| NotifyAll |
Wakes up all threads that are waiting on this object's monitor.
(Inherited from JVMBridgeBase) | |
| RuntimeIsInstanceOfT |
Verify if this IJVMBridgeBase is an instance of T; the constraints of T are checked at runtime, while IsInstanceOfT checks T constraint at compile time
(Inherited from JVMBridgeBase) | |
| SExecute(String) | Invokes static method methodName on the static BridgeClazz of TClass with 0 arguments. | |
| SExecute(IJavaType, String) | Invokes static method methodName on clazz with 0 arguments. | |
| SExecute(String, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 1 argument. | |
| SExecute(String, Object) | Executes a static method | |
| SExecute(IJavaType, String, Object) | Invokes static method methodName on clazz with 1 argument. | |
| SExecute(IJavaType, String, Object) | Executes a static method | |
| SExecute(String, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 2 arguments. | |
| SExecute(Type, String, Object) | Executes a static method which returns a bridged class | |
| SExecute(IJavaType, String, Object, Object) | Invokes static method methodName on clazz with 2 arguments. | |
| SExecute(String, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 3 arguments. | |
| SExecute(Type, IJavaType, String, Object) | Executes a static method which returns a bridged class | |
| SExecute(IJavaType, String, Object, Object, Object) | Invokes static method methodName on clazz with 3 arguments. | |
| SExecute(String, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 4 arguments. | |
| SExecute(IJavaType, String, Object, Object, Object, Object) | Invokes static method methodName on clazz with 4 arguments. | |
| SExecute(String, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 5 arguments. | |
| SExecute(IJavaType, String, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 5 arguments. | |
| SExecute(String, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 6 arguments. | |
| SExecute(IJavaType, String, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 6 arguments. | |
| SExecute(String, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 7 arguments. | |
| SExecute(IJavaType, String, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 7 arguments. | |
| SExecute(String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 8 arguments. | |
| SExecute(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 8 arguments. | |
| SExecute(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 9 arguments. | |
| SExecute(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 9 arguments. | |
| SExecute(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 10 arguments. | |
| SExecute(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 10 arguments. | |
| SExecuteTReturn(String) | Invokes static method methodName on the static BridgeClazz of TClass with 0 arguments, returning TReturn. | |
| SExecuteTReturn(IJavaType, String) | Invokes static method methodName on clazz with 0 arguments, returning TReturn. | |
| SExecuteTReturn(String, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 1 argument, returning TReturn. | |
| SExecuteTReturn(String, Object) | Executes a static method which returns a bridged class | |
| SExecuteTReturn(IJavaType, String, Object) | Invokes static method methodName on clazz with 1 argument, returning TReturn. | |
| SExecuteTReturn(IJavaType, String, Object) | Executes a static method which returns a bridged class | |
| SExecuteTReturn(String, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 2 arguments, returning TReturn. | |
| SExecuteTReturn(Type, String, Object) | Executes a static method which returns a bridged class | |
| SExecuteTReturn(IJavaType, String, Object, Object) | Invokes static method methodName on clazz with 2 arguments, returning TReturn. | |
| SExecuteTReturn(String, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 3 arguments, returning TReturn. | |
| SExecuteTReturn(Type, IJavaType, String, Object) | Executes a static method which returns a bridged class | |
| SExecuteTReturn(IJavaType, String, Object, Object, Object) | Invokes static method methodName on clazz with 3 arguments, returning TReturn. | |
| SExecuteTReturn(String, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 4 arguments, returning TReturn. | |
| SExecuteTReturn(IJavaType, String, Object, Object, Object, Object) | Invokes static method methodName on clazz with 4 arguments, returning TReturn. | |
| SExecuteTReturn(String, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 5 arguments, returning TReturn. | |
| SExecuteTReturn(IJavaType, String, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 5 arguments, returning TReturn. | |
| SExecuteTReturn(String, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 6 arguments, returning TReturn. | |
| SExecuteTReturn(IJavaType, String, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 6 arguments, returning TReturn. | |
| SExecuteTReturn(String, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 7 arguments, returning TReturn. | |
| SExecuteTReturn(IJavaType, String, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 7 arguments, returning TReturn. | |
| SExecuteTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 8 arguments, returning TReturn. | |
| SExecuteTReturn(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 8 arguments, returning TReturn. | |
| SExecuteTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 9 arguments, returning TReturn. | |
| SExecuteTReturn(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 9 arguments, returning TReturn. | |
| SExecuteTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 10 arguments, returning TReturn. | |
| SExecuteTReturn(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 10 arguments, returning TReturn. | |
| SExecuteTNewClass, TReturn(String, Object) | Executes a static method which returns a bridged class | |
| SExecuteTNewClass, TReturn(IJavaType, String, Object) | Executes a static method which returns a bridged class | |
| SExecuteTReturn, TConverter(Type, String, Object) | Executes a static method which returns a bridged class | |
| SExecuteTReturn, TConverter(Type, IJavaType, String, Object) | Executes a static method which returns a bridged class | |
| SExecuteTNewClass, TReturn, TConverter(String, Object) | Executes a static method which returns a bridged class | |
| SExecuteTNewClass, TReturn, TConverter(IJavaType, String, Object) | Executes a static method which returns a bridged class | |
| SExecuteArrayTArrayType(String) | Invokes static method methodName on the static BridgeClazz of TClass with 0 arguments and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(IJavaType, String) | Invokes static method methodName on clazz with 0 arguments and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(String, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 1 argument and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(String, Object) | Statically executes the method identified by methodName on the current class and returns the result as an array of TArrayType. | |
| SExecuteArrayTArrayType(IJavaType, String, Object) | Invokes static method methodName on clazz with 1 argument and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(IJavaType, String, Object) | Statically executes the method identified by methodName on clazz and returns the result as an array of TArrayType. | |
| SExecuteArrayTArrayType(String, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 2 arguments and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(IJavaType, String, Object, Object) | Invokes static method methodName on clazz with 2 arguments and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(String, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 3 arguments and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(IJavaType, String, Object, Object, Object) | Invokes static method methodName on clazz with 3 arguments and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(String, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 4 arguments and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object) | Invokes static method methodName on clazz with 4 arguments and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(String, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 5 arguments and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 5 arguments and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 6 arguments and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 6 arguments and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 7 arguments and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 7 arguments and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 8 arguments and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 8 arguments and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 9 arguments and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 9 arguments and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 10 arguments and returns the JVM array result as a managed array. | |
| SExecuteArrayTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 10 arguments and returns the JVM array result as a managed array. | |
| SExecuteStreamTArrayType(String) | Invokes static method methodName on the static BridgeClazz of TClass with 0 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(IJavaType, String) | Invokes static method methodName on clazz with 0 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(String, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 1 argument and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(String, Object) | Statically executes the method identified by methodName on the current class and returns the result as a JCOBridgeStreamT backed by the JVM primitive array returned by the method. | |
| SExecuteStreamTArrayType(IJavaType, String, Object) | Invokes static method methodName on clazz with 1 argument and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(IJavaType, String, Object) | Statically executes the method identified by methodName on clazz and returns the result as a JCOBridgeStreamT backed by the JVM primitive array returned by the method. | |
| SExecuteStreamTArrayType(String, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 2 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(IJavaType, String, Object, Object) | Invokes static method methodName on clazz with 2 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(String, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 3 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(IJavaType, String, Object, Object, Object) | Invokes static method methodName on clazz with 3 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(String, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 4 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(IJavaType, String, Object, Object, Object, Object) | Invokes static method methodName on clazz with 4 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(String, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 5 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(IJavaType, String, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 5 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(String, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 6 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 6 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(String, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 7 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 7 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 8 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 8 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 9 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 9 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 10 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteStreamTArrayType(IJavaType, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 10 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignature(String, String) | Invokes static method methodName on the static BridgeClazz of TClass with 0 arguments. | |
| SExecuteWithSignature(IJavaType, String, String) | Invokes static method methodName on clazz with 0 arguments. | |
| SExecuteWithSignature(String, String, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 1 argument. | |
| SExecuteWithSignature(String, String, Object) | Executes a static method | |
| SExecuteWithSignature(IJavaType, String, String, Object) | Invokes static method methodName on clazz with 1 argument. | |
| SExecuteWithSignature(IJavaType, String, String, Object) | Executes a static method | |
| SExecuteWithSignature(String, String, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 2 arguments. | |
| SExecuteWithSignature(Type, String, String, Object) | Executes a static method which returns a bridged class | |
| SExecuteWithSignature(IJavaType, String, String, Object, Object) | Invokes static method methodName on clazz with 2 arguments. | |
| SExecuteWithSignature(String, String, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 3 arguments. | |
| SExecuteWithSignature(Type, IJavaType, String, String, Object) | Executes a static method which returns a bridged class | |
| SExecuteWithSignature(IJavaType, String, String, Object, Object, Object) | Invokes static method methodName on clazz with 3 arguments. | |
| SExecuteWithSignature(String, String, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 4 arguments. | |
| SExecuteWithSignature(IJavaType, String, String, Object, Object, Object, Object) | Invokes static method methodName on clazz with 4 arguments. | |
| SExecuteWithSignature(String, String, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 5 arguments. | |
| SExecuteWithSignature(IJavaType, String, String, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 5 arguments. | |
| SExecuteWithSignature(String, String, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 6 arguments. | |
| SExecuteWithSignature(IJavaType, String, String, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 6 arguments. | |
| SExecuteWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 7 arguments. | |
| SExecuteWithSignature(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 7 arguments. | |
| SExecuteWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 8 arguments. | |
| SExecuteWithSignature(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 8 arguments. | |
| SExecuteWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 9 arguments. | |
| SExecuteWithSignature(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 9 arguments. | |
| SExecuteWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 10 arguments. | |
| SExecuteWithSignature(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 10 arguments. | |
| SExecuteWithSignatureTReturn(String, String) | Invokes static method methodName on the static BridgeClazz of TClass with 0 arguments, returning TReturn. | |
| SExecuteWithSignatureTReturn(IJavaType, String, String) | Invokes static method methodName on clazz with 0 arguments, returning TReturn. | |
| SExecuteWithSignatureTReturn(String, String, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 1 argument, returning TReturn. | |
| SExecuteWithSignatureTReturn(String, String, Object) | Executes a static method which returns a bridged class | |
| SExecuteWithSignatureTReturn(IJavaType, String, String, Object) | Invokes static method methodName on clazz with 1 argument, returning TReturn. | |
| SExecuteWithSignatureTReturn(IJavaType, String, String, Object) | Executes a static method which returns a bridged class | |
| SExecuteWithSignatureTReturn(String, String, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 2 arguments, returning TReturn. | |
| SExecuteWithSignatureTReturn(Type, String, String, Object) | Executes a static method which returns a bridged class | |
| SExecuteWithSignatureTReturn(IJavaType, String, String, Object, Object) | Invokes static method methodName on clazz with 2 arguments, returning TReturn. | |
| SExecuteWithSignatureTReturn(String, String, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 3 arguments, returning TReturn. | |
| SExecuteWithSignatureTReturn(Type, IJavaType, String, String, Object) | Executes a static method which returns a bridged class | |
| SExecuteWithSignatureTReturn(IJavaType, String, String, Object, Object, Object) | Invokes static method methodName on clazz with 3 arguments, returning TReturn. | |
| SExecuteWithSignatureTReturn(String, String, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 4 arguments, returning TReturn. | |
| SExecuteWithSignatureTReturn(IJavaType, String, String, Object, Object, Object, Object) | Invokes static method methodName on clazz with 4 arguments, returning TReturn. | |
| SExecuteWithSignatureTReturn(String, String, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 5 arguments, returning TReturn. | |
| SExecuteWithSignatureTReturn(IJavaType, String, String, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 5 arguments, returning TReturn. | |
| SExecuteWithSignatureTReturn(String, String, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 6 arguments, returning TReturn. | |
| SExecuteWithSignatureTReturn(IJavaType, String, String, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 6 arguments, returning TReturn. | |
| SExecuteWithSignatureTReturn(String, String, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 7 arguments, returning TReturn. | |
| SExecuteWithSignatureTReturn(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 7 arguments, returning TReturn. | |
| SExecuteWithSignatureTReturn(String, String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 8 arguments, returning TReturn. | |
| SExecuteWithSignatureTReturn(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 8 arguments, returning TReturn. | |
| SExecuteWithSignatureTReturn(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 9 arguments, returning TReturn. | |
| SExecuteWithSignatureTReturn(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 9 arguments, returning TReturn. | |
| SExecuteWithSignatureTReturn(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 10 arguments, returning TReturn. | |
| SExecuteWithSignatureTReturn(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 10 arguments, returning TReturn. | |
| SExecuteWithSignatureTNewClass, TReturn(String, String, Object) | Executes a static method which returns a bridged class | |
| SExecuteWithSignatureTNewClass, TReturn(IJavaType, String, String, Object) | Executes a static method which returns a bridged class | |
| SExecuteWithSignatureTReturn, TConverter(Type, String, String, Object) | Executes a static method which returns a bridged class | |
| SExecuteWithSignatureTReturn, TConverter(Type, IJavaType, String, String, Object) | Executes a static method which returns a bridged class | |
| SExecuteWithSignatureTNewClass, TReturn, TConverter(String, String, Object) | Executes a static method which returns a bridged class | |
| SExecuteWithSignatureTNewClass, TReturn, TConverter(IJavaType, String, String, Object) | Executes a static method which returns a bridged class | |
| SExecuteWithSignatureArrayTArrayType(String, String) | Invokes static method methodName on the static BridgeClazz of TClass with 0 arguments and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(IJavaType, String, String) | Invokes static method methodName on clazz with 0 arguments and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(String, String, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 1 argument and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(String, String, Object) | Statically executes the method identified by methodName and signature on the current class and returns the result as an array of TArrayType. | |
| SExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object) | Invokes static method methodName on clazz with 1 argument and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object) | Statically executes the method identified by methodName and signature on clazz and returns the result as an array of TArrayType. | |
| SExecuteWithSignatureArrayTArrayType(String, String, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 2 arguments and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object) | Invokes static method methodName on clazz with 2 arguments and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 3 arguments and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object) | Invokes static method methodName on clazz with 3 arguments and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 4 arguments and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object) | Invokes static method methodName on clazz with 4 arguments and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 5 arguments and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 5 arguments and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 6 arguments and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 6 arguments and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 7 arguments and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 7 arguments and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 8 arguments and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 8 arguments and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 9 arguments and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 9 arguments and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 10 arguments and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureArrayTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 10 arguments and returns the JVM array result as a managed array. | |
| SExecuteWithSignatureStreamTArrayType(String, String) | Invokes static method methodName on the static BridgeClazz of TClass with 0 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(IJavaType, String, String) | Invokes static method methodName on clazz with 0 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(String, String, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 1 argument and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(String, String, Object) | Statically executes the method identified by methodName and signature on the current class and returns the result as a JCOBridgeStreamT backed by the JVM primitive array returned by the method. | |
| SExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object) | Invokes static method methodName on clazz with 1 argument and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object) | Statically executes the method identified by methodName and signature on clazz and returns the result as a JCOBridgeStreamT backed by the JVM primitive array returned by the method. | |
| SExecuteWithSignatureStreamTArrayType(String, String, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 2 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object, Object) | Invokes static method methodName on clazz with 2 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 3 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object, Object, Object) | Invokes static method methodName on clazz with 3 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 4 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object, Object, Object, Object) | Invokes static method methodName on clazz with 4 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 5 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 5 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 6 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 6 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 7 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 7 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 8 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 8 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 9 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 9 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on the static BridgeClazz of TClass with 10 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SExecuteWithSignatureStreamTArrayType(IJavaType, String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes static method methodName on clazz with 10 arguments and returns a zero-copy stream over the JVM primitive array result. | |
| SGetField(String) | Gets the value of a static field identified by fieldName | |
| SGetField(IJavaType, String) | Gets the value of a static field on clazz identified by fieldName | |
| SGetFieldTReturn(String) | Gets the value of a static field identified by fieldName | |
| SGetFieldTReturn(IJavaType, String) | Gets the value of a static field on clazz identified by fieldName | |
| SGetFieldArrayTReturn(String) | Reads the static field identified by fieldName on the current class and returns its content as an array of TReturn. | |
| SGetFieldArrayTReturn(IJavaType, String) | Reads the static field identified by fieldName on clazz and returns its content as an array of TReturn. | |
| SGetFieldStreamTReturn(String) | Reads the static field identified by fieldName on the current class and returns its value as a JCOBridgeStreamT backed by the JVM primitive array stored in the field. | |
| SGetFieldStreamTReturn(IJavaType, String) | Reads the static field identified by fieldName on clazz and returns its value as a JCOBridgeStreamT backed by the JVM primitive array stored in the field. | |
| SSetField(String, Object) | Sets the value of a static field identified by fieldName | |
| SSetField(IJavaType, String, Object) | Sets the value of a static field on clazz identified by fieldName | |
| SSetFieldTValue(String, TValue) | Sets the value of a static field identified by fieldName | |
| SSetFieldTValue(IJavaType, String, TValue) | Sets the value of a static field on clazz identified by fieldName | |
| ThrowTException |
Initialize and throw an instance of TException in JVM
(Inherited from JVMBridgeBase) | |
| ToString | Returns a string that represents the current object. (Inherited from JVMBridgeBase) | |
| Wait |
Causes the current thread to wait until it is awakened, typically by being notified or interrupted.
(Inherited from JVMBridgeBase) | |
| Wait(Int64) |
Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.
(Inherited from JVMBridgeBase) | |
| Wait(Int64, Int32) |
Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.
(Inherited from JVMBridgeBase) |
| Name | Description | |
|---|---|---|
| CastTObject |
Casts the input object implemeneting IJVMBridgeBase into TObject (Defined by JCOBridgeExtensions) | |
| ConvertTReturn |
Converts a generic object
(Defined by JCOBridgeExtensions) | |
| InitializeListener |
Request the initialization of the Listener from the JVM. The listener is a new class which inherits from JVMBridgeListener (Defined by JCOBridgeExtensions) | |
| ReleaseListener |
Release a IJVMBridgeBase from the JVM
(Defined by JCOBridgeExtensions) | |
| ToNative |
Converts a IJVMBridgeBase input to an object manageable from the JVM
(Defined by JCOBridgeExtensions) | |
| ToNative |
Converts a generic input to an object manageable from the JVM
(Defined by JCOBridgeExtensions) |
| Name | Description | |
|---|---|---|
| IJVMBridgeBaseStaticBridgeClazz | The IJavaType of the implementing class | |
| IJVMBridgeBaseStaticDynBridgeClazz | The dynamic accessor to BridgeClazz |
class TheClass : JVMBridgeBase<TheClass> { public override string BridgeClassName => "org.company.TheClass"; public TheClass() { } }