Click or drag to resize

JVMBridgeBase Methods

The JVMBridgeBase type exposes the following members.

Methods
 NameDescription
Public methodCastDirect<TNewClass> Simplified version of CastTo<TNewClass> () which wraps this instance with a new TNewClass class
Public methodCastTo<TNewClass> Casts this IJVMBridgeBase object into TNewClass
Public methodStatic memberClassNameOf<T> Retrieve the BridgeClassName of T
Public methodStatic memberClassOf<T> Retrieve the IJavaObject of the Java Class class associated to T
Public methodStatic memberClazzOf(String, Boolean) Return the IJavaType associated to the className
Public methodStatic memberClazzOf<TClass>(Boolean) Return the IJavaType associated to the TClass
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Overrides Object.Equals(Object))
Public methodExecute<T> Executes the code
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Overrides Object.GetHashCode())
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIExecute(String, Object[]) Executes an instance method
Public methodIExecute<TReturn>(String, Object[]) Executes an instance method
Public methodIExecute<TNewClass, TReturn>(String, Object[]) Executes an instance method
Public methodIExecute<TNewClass, TReturn, TConverter>(String, Object[]) Executes an instance method
Public methodIExecuteArray<T> Execute the method and build the result as an array of T
Public methodIExecuteWithSignature(String, String, Object[]) Executes an instance method
Public methodIExecuteWithSignature<TReturn>(String, String, Object[]) Executes an instance method
Public methodIExecuteWithSignature<TNewClass, TReturn>(String, String, Object[]) Executes an instance method
Public methodIExecuteWithSignature<TNewClass, TReturn, TConverter>(String, String, Object[]) Executes an instance method
Public methodIExecuteWithSignatureArray<T> Execute the method and build the result as an array of T
Public methodIGetField(String) Gets the value of a field identified by fieldName
Public methodIGetField<TReturn>(String) Gets the value of a field identified by fieldName
Public methodIGetFieldArray<TReturn> Gets the value of a field identified by fieldName
Public methodISetField(String, Object) Sets the value of a field identified by fieldName
Public methodISetField<TValue>(String, TValue) Sets the value of a field identified by fieldName
Public methodIsInstanceOf(IJavaType) Verify if this IJVMBridgeBase is an instance of clazz
Public methodIsInstanceOf(String) Verify if this IJVMBridgeBase is an instance of clazz
Public methodIsInstanceOf<T>() Verify if this IJVMBridgeBase is an instance of T
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodMonitorEnter Enters the monitor associated with the underlying with this IJVMBridgeBase
Public methodMonitorExit Exits the monitor associated with the underlying with this IJVMBridgeBase
Public methodNotify Wakes up a single thread that is waiting on this object's monitor.
Public methodNotifyAll Wakes up all threads that are waiting on this object's monitor.
Public methodStatic memberRuntimeClassNameOf<T> Retrieve the BridgeClassName of T
Public methodRuntimeIsInstanceOf<T> Verify if this IJVMBridgeBase is an instance of T; the constraints of T are checked at runtime, while IsInstanceOf<T> () checks T constraint at compile time
Public methodToStringReturns a string that represents the current object.
(Overrides Object.ToString())
Public methodWait() Causes the current thread to wait until it is awakened, typically by being notified or interrupted.
Public methodWait(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.
Public methodWait(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.
Public methodStatic memberWraps(Type, IJavaObject, String) Wraps the javaObject with a new type class
Public methodStatic memberWraps<TNewClass>(IJavaObject) Wraps the javaObject with a new TNewClass class
Public methodStatic memberWraps<TReturn>(Type, IJavaObject, String) Wraps the javaObject with a new type class
Public methodStatic memberWraps<TNewClass, TReturn>(IJavaObject) Wraps the javaObject with a new TNewClass class
Public methodStatic memberWraps<TReturn, TConverter>(Type, IJavaObject) Wraps the javaObject with a new type class
Public methodStatic memberWraps<TNewClass, TReturn, TConverter>(IJavaObject) Wraps the javaObject with a new TNewClass class
Public methodStatic memberWrapsDirect<TNewClass> Simplified version of Wraps<TNewClass> (IJavaObject) which wraps the javaObject with a new TNewClass class
Top
Extension Methods
 NameDescription
Public Extension MethodCast<TObject> Casts the input object implemeneting IJVMBridgeBase into TObject
(Defined by JCOBridgeExtensions)
Public Extension MethodConvert<TReturn> Converts a generic object
(Defined by JCOBridgeExtensions)
Public Extension MethodGlobalize Creates a new global instance pointer
(Defined by JCOBridge)
Public Extension MethodInitializeListener Request the initialization of the Listener from the JVM. The listener is a new class which inherits from JVMBridgeListener
(Defined by JCOBridgeExtensions)
Public Extension MethodReleaseListener Release a IJVMBridgeBase from the JVM
(Defined by JCOBridgeExtensions)
Public Extension MethodToNative Converts a IJVMBridgeBase input to an object manageable from the JVM
(Defined by JCOBridgeExtensions)
Public Extension MethodToNative Converts a generic input to an object manageable from the JVM
(Defined by JCOBridgeExtensions)
Top
See Also