Click or drag to resize

JsEngineDispose(Boolean) Method

Releases the unmanaged resources used by the JsEngine and optionally releases the managed resources

Namespace: Micros.PosCore.Extensibility.Scripting.Engine
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also