Click or drag to resize

JVMBridgeCoreDisposableCreate Method

Returns an instance of JVMBridgeCoreDisposable managing classToDispose

Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.6.8.260410-ed5cc0c79218460f1e6b936e4bd65778f0bb23e9
Syntax
public static JVMBridgeCoreDisposable Create(
	JVMBridgeCore classToDispose
)

Parameters

classToDispose  JVMBridgeCore
The class to make IDisposable

Return Value

JVMBridgeCoreDisposable
An instance of JVMBridgeCoreDisposable can be used in an using pattern
Exceptions
ExceptionCondition
ArgumentNullExceptionIf classToDispose is
See Also