LuaBase.Dispose Method (Boolean)

PartProxy

LuaBaseDispose Method (Boolean)

Responsible for unreferencing the object

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected virtual void Dispose(
	bool disposing
)
Protected Overridable Sub Dispose ( 
	disposing As Boolean
)
protected:
virtual void Dispose(
	bool disposing
)
abstract Dispose : 
        disposing : bool -> unit 
override Dispose : 
        disposing : bool -> unit 

Parameters

disposing
Type: SystemBoolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also