Click or drag to resize

JVMBridgeAutoLock Class

Helper class to automatically release lock by a using clause
Inheritance Hierarchy
SystemObject
  MASES.JCOBridge.C2JBridgeJVMBridgeAutoLock

Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.5.17.240622-f0da58d62b7e98f73f32432917df8eb1a5f062a3
Syntax
public class JVMBridgeAutoLock : IDisposable

The JVMBridgeAutoLock type exposes the following members.

Constructors
 NameDescription
Public methodJVMBridgeAutoLock Initialize a new instance of JVMBridgeAutoLock and execute MonitorEnter on classToLock
Top
Methods
 NameDescription
Public methodDispose Release the lock using MonitorExit
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize Finalize the JVMBridgeAutoLock instance
(Overrides ObjectFinalize)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
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
See Also