Click or drag to resize

JVMBridgeBaseEnumerableTClass Class

A generic IEnumerable used to manage Java Iterable
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    MASES.JCOBridge.C2JBridgeJVMBridgeBase
      MASES.JCOBridge.C2JBridgeJVMBridgeBaseTClass
        MASES.JCOBridge.C2JBridgeJVMBridgeBaseEnumerableTClass
          MASES.JCOBridge.C2JBridgeJVMBridgeBaseEnumerableTClass, TObject

Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntax
public abstract class JVMBridgeBaseEnumerable<TClass> : JVMBridgeBase<TClass>, 
	IEnumerable, IEnumerableExtension
where TClass : class, IJVMBridgeBase

Type Parameters

TClass
The class implementing IJVMBridgeBase

The JVMBridgeBaseEnumerableTClass type exposes the following members.

Constructors
 NameDescription
Public methodJVMBridgeBaseEnumerableTClassInitializes a new JVM instance of TClass with no arguments.
Public methodJVMBridgeBaseEnumerableTClass(IJVMBridgeBaseInitializer) Initializer used internally
Public methodJVMBridgeBaseEnumerableTClass(Object)Initializes a new JVM instance of TClass with 1 argument.
Public methodJVMBridgeBaseEnumerableTClass(Object) Used to create instance of IJVMBridgeBase
Public methodJVMBridgeBaseEnumerableTClass(Object, Object)Initializes a new JVM instance of TClass with 2 arguments.
Public methodJVMBridgeBaseEnumerableTClass(Object, Object, Object)Initializes a new JVM instance of TClass with 3 arguments.
Public methodJVMBridgeBaseEnumerableTClass(Object, Object, Object, Object)Initializes a new JVM instance of TClass with 4 arguments.
Public methodJVMBridgeBaseEnumerableTClass(Object, Object, Object, Object, Object)Initializes a new JVM instance of TClass with 5 arguments.
Public methodJVMBridgeBaseEnumerableTClass(Object, Object, Object, Object, Object, Object)Initializes a new JVM instance of TClass with 5 arguments.
Public methodJVMBridgeBaseEnumerableTClass(Object, Object, Object, Object, Object, Object, Object)Initializes a new JVM instance of TClass with 5 arguments.
Public methodJVMBridgeBaseEnumerableTClass(Object, Object, Object, Object, Object, Object, Object, Object)Initializes a new JVM instance of TClass with 5 arguments.
Public methodJVMBridgeBaseEnumerableTClass(Object, Object, Object, Object, Object, Object, Object, Object, Object)Initializes a new JVM instance of TClass with 5 arguments.
Public methodJVMBridgeBaseEnumerableTClass(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)Initializes a new JVM instance of TClass with 5 arguments.
Top
Properties
 NameDescription
Public propertyBridgeClassName Java class name to be instantiated
(Inherited from JVMBridgeBase)
Public propertyBridgeInstance The IJavaObject instance
(Inherited from JVMBridgeBase)
Protected propertyBypassPool Override and return to prevent this instance from being returned to the pool on Dispose.
(Inherited from JVMBridgeBase)
Public propertyDynBridgeInstance The dynamic accessor to BridgeInstance
(Inherited from JVMBridgeBase)
Public propertyIsBridgeAbstract if the BridgeClassName is an abstract class, i.e. cannot be created an instance
(Inherited from JVMBridgeBase)
Public propertyIsBridgeCloseable if the BridgeClassName implements java.lang.AutoCloseable
(Inherited from JVMBridgeBase)
Public propertyIsBridgeInterface if the BridgeClassName is an interface, i.e. does not have any public constructor
(Inherited from JVMBridgeBase)
Public propertyIsBridgeListener if the BridgeClassName follows the listener pattern of JCOBridge: the BridgeClassName extends a JCListener or implements IJCListener
(Inherited from JVMBridgeBase)
Public propertyIsBridgeStatic if the BridgeClassName is a static class, i.e. does not have any public constructor
(Inherited from JVMBridgeBase)
Top
Methods
 NameDescription
Public methodBiThrowTException Initialize and throw an instance of TException in JVM and then in CLR
(Inherited from JVMBridgeBase)
Public methodCastDirectTNewClass Simplified version of CastToTNewClass which wraps this instance within a new TNewClass class
(Inherited from JVMBridgeBase)
Public methodCastDirectAndDetachTNewClass Simplified version of CastToAndDetachTNewClass which wraps this instance within a new TNewClass class and detaches BridgeInstance from this instance
(Inherited from JVMBridgeBase)
Public methodCastDirectAndDisposeTNewClass Simplified version of CastToAndDisposeTNewClass which wraps this instance within a new TNewClass class, detaches BridgeInstance and Dispose this instance
(Inherited from JVMBridgeBase)
Public methodCastToTNewClass Casts this IJVMBridgeBase object into TNewClass
(Inherited from JVMBridgeBase)
Public methodCastToAndDetachTNewClass Casts this IJVMBridgeBase object into TNewClass and detaches BridgeInstance from this instance
(Inherited from JVMBridgeBase)
Public methodCastToAndDisposeTNewClass Casts this IJVMBridgeBase object into TNewClass, detaches BridgeInstance and Dispose this instance
(Inherited from JVMBridgeBase)
Protected methodCheckDisposed Test if this instance was disposed
(Inherited from JVMBridgeBase)
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from JVMBridgeBase)
Protected methodDispose(Boolean) Implements the pattern described in https://learn.microsoft.com/en-en/dotnet/standard/garbage-collection/implementing-dispose
(Overrides JVMBridgeBaseDispose(Boolean))
Public methodEquals(IJVMBridgeBaseInstance)Indicates whether the current object is equal to another object of the same type.
(Inherited from JVMBridgeBase)
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Inherited from JVMBridgeBase)
Public methodExecuteT(T) Executes the code
(Inherited from JVMBridgeBase)
Public methodExecuteT(T) Executes the code
(Inherited from JVMBridgeBaseTClass)
Protected methodFinalize Finalizer
(Inherited from JVMBridgeBase)
Public methodGetEnumeratorReturns an enumerator that iterates through a collection.
Public methodGetHashCodeServes as the default hash function.
(Inherited from JVMBridgeBase)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIExecute(String)Invokes instance method methodName with 0 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecute(String, Object)Invokes instance method methodName with 1 argument using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecute(String, Object) Executes an instance method
(Inherited from JVMBridgeBase)
Public methodIExecute(String, Object, Object)Invokes instance method methodName with 2 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecute(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)
Public methodIExecute(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)
Public methodIExecute(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)
Public methodIExecute(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)
Public methodIExecute(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)
Public methodIExecute(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)
Public methodIExecute(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)
Public methodIExecute(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)
Public methodIExecuteArrayTArrayType(String)Invokes instance method methodName with 0 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteArrayTArrayType(String, Object)Invokes instance method methodName with 1 argument and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteArrayTArrayType(String, Object) Executes the method identified by methodName and returns the result as an array of TArrayType.
(Inherited from JVMBridgeBase)
Public methodIExecuteArrayTArrayType(String, Object, Object)Invokes instance method methodName with 2 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteArrayTArrayType(String, Object, Object, Object)Invokes instance method methodName with 3 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteArrayTArrayType(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)
Public methodIExecuteArrayTArrayType(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)
Public methodIExecuteArrayTArrayType(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)
Public methodIExecuteArrayTArrayType(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)
Public methodIExecuteArrayTArrayType(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)
Public methodIExecuteArrayTArrayType(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)
Public methodIExecuteArrayTArrayType(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)
Public methodIExecuteStreamTArrayType(String)Invokes instance method methodName with 0 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteStreamTArrayType(String, Object)Invokes instance method methodName with 1 argument and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteStreamTArrayType(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)
Public methodIExecuteStreamTArrayType(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)
Public methodIExecuteStreamTArrayType(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)
Public methodIExecuteStreamTArrayType(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)
Public methodIExecuteStreamTArrayType(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)
Public methodIExecuteStreamTArrayType(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)
Public methodIExecuteStreamTArrayType(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)
Public methodIExecuteStreamTArrayType(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)
Public methodIExecuteStreamTArrayType(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)
Public methodIExecuteStreamTArrayType(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)
Public methodIExecuteWithSignature(String, String)Invokes instance method methodName with 0 arguments using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignature(String, String, Object)Invokes instance method methodName with 1 argument using pool-allocated argument storage (zero heap allocation for arities ≤ 10).
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignature(String, String, Object) Executes an instance method
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignature(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)
Public methodIExecuteWithSignature(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)
Public methodIExecuteWithSignature(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)
Public methodIExecuteWithSignature(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)
Public methodIExecuteWithSignature(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)
Public methodIExecuteWithSignature(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)
Public methodIExecuteWithSignature(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)
Public methodIExecuteWithSignature(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)
Public methodIExecuteWithSignature(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)
Public methodIExecuteWithSignatureArrayTArrayType(String, String)Invokes instance method methodName with 0 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object)Invokes instance method methodName with 1 argument and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object) Executes the method identified by methodName and signature and returns the result as an array of TArrayType.
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureArrayTArrayType(String, String, Object, Object)Invokes instance method methodName with 2 arguments and returns the JVM array result as a managed TArrayType[].
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureArrayTArrayType(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)
Public methodIExecuteWithSignatureArrayTArrayType(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)
Public methodIExecuteWithSignatureArrayTArrayType(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)
Public methodIExecuteWithSignatureArrayTArrayType(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)
Public methodIExecuteWithSignatureArrayTArrayType(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)
Public methodIExecuteWithSignatureArrayTArrayType(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)
Public methodIExecuteWithSignatureArrayTArrayType(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)
Public methodIExecuteWithSignatureArrayTArrayType(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)
Public methodIExecuteWithSignatureStreamTArrayType(String, String)Invokes instance method methodName with 0 arguments and returns a zero-copy JCOBridgeStreamT over the JVM primitive array result.
(Inherited from JVMBridgeBase)
Public methodIExecuteWithSignatureStreamTArrayType(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)
Public methodIExecuteWithSignatureStreamTArrayType(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)
Public methodIExecuteWithSignatureStreamTArrayType(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)
Public methodIExecuteWithSignatureStreamTArrayType(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)
Public methodIExecuteWithSignatureStreamTArrayType(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)
Public methodIExecuteWithSignatureStreamTArrayType(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)
Public methodIExecuteWithSignatureStreamTArrayType(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)
Public methodIExecuteWithSignatureStreamTArrayType(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)
Public methodIExecuteWithSignatureStreamTArrayType(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)
Public methodIExecuteWithSignatureStreamTArrayType(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)
Public methodIExecuteWithSignatureStreamTArrayType(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)
Public methodIGetField(String) Gets the value of a field identified by fieldName
(Inherited from JVMBridgeBase)
Public methodIGetFieldArrayTReturn Gets the value of the field identified by fieldName and returns its content as an array of TReturn.
(Inherited from JVMBridgeBase)
Public methodIGetFieldStreamTReturn 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)
Public methodIsAssignableFrom(IJavaType) Verify if this IJVMBridgeBase is assignable from clazz
(Inherited from JVMBridgeBaseTClass)
Public methodIsAssignableFrom(String) Verify if this IJVMBridgeBase is assignable from clazz
(Inherited from JVMBridgeBaseTClass)
Public methodIsAssignableFromT Verify if this IJVMBridgeBase is assignable from T
(Inherited from JVMBridgeBaseTClass)
Public methodISetField(String, Object) Sets the value of a field identified by fieldName
(Inherited from JVMBridgeBase)
Public methodISetFieldTValue(String, TValue) Sets the value of a field identified by fieldName
(Inherited from JVMBridgeBase)
Public methodIsInstanceOf(IJavaType) Verify if this IJVMBridgeBase is an instance of clazz
(Inherited from JVMBridgeBase)
Public methodIsInstanceOf(String) Verify if this IJVMBridgeBase is an instance of clazz
(Inherited from JVMBridgeBase)
Public methodIsInstanceOfT Verify if this IJVMBridgeBase is an instance of T
(Inherited from JVMBridgeBase)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodMonitorEnter Enters the monitor associated with the underlying with this IJVMBridgeBase
(Inherited from JVMBridgeBase)
Public methodMonitorExit Exits the monitor associated with the underlying with this IJVMBridgeBase
(Inherited from JVMBridgeBase)
Public methodNotify Wakes up a single thread that is waiting on this object's monitor.
(Inherited from JVMBridgeBase)
Public methodNotifyAll Wakes up all threads that are waiting on this object's monitor.
(Inherited from JVMBridgeBase)
Public methodRuntimeIsInstanceOfT 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)
Public methodThrowTException Initialize and throw an instance of TException in JVM
(Inherited from JVMBridgeBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from JVMBridgeBase)
Public methodWait Causes the current thread to wait until it is awakened, typically by being notified or interrupted.
(Inherited from JVMBridgeBase)
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.
(Inherited from JVMBridgeBase)
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.
(Inherited from JVMBridgeBase)
Top
Extension Methods
 NameDescription
Public Extension MethodConvertTReturn Converts a generic object
(Defined by JCOBridgeExtensions)
Public Extension MethodToNative Converts a generic input to an object manageable from the JVM
(Defined by JCOBridgeExtensions)
Top
Explicit Interface Implementations
Example
This is a basic example showing JVMBridgeBaseEnumerableTClass class usage
C#
class EnumberableClass : JVMBridgeBaseEnumerable<EnumberableClass>
{
    public override string BridgeClassName => "org.company.EnumberableClass";

    public EnumberableClass()
    {
    }
}
See Also