NativePointerDispose Method (Boolean)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

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

Namespace:  Rage.Native
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

protected virtual void Dispose(
	bool A_0
)

Parameters

A_0
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also

Reference