Click or drag to resize

JVMBridgeBaseDispose(Boolean) Method

Implements the pattern described in https://learn.microsoft.com/en-en/dotnet/standard/garbage-collection/implementing-dispose

Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.6.5.251117-542184cb2a0ea61cfe667a6bfacadf83c6adbe4d
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
The disposing parameter is a bool that indicates whether the method call comes from a Dispose method (its value is ) or from a finalizer (its value is )
See Also