M_Furcadia_Net_DirectConnection_ClientBase_Dispose_1 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Releases the unmanaged resources used by the ClientBase and optionally releases the managed resources
Namespace: Furcadia.Net.DirectConnection
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
protected virtual void Dispose(
bool disposing
)VB
Protected Overridable Sub Dispose (
disposing As Boolean
)VB Usage
Dim disposing As Boolean
Me.Dispose(disposing)C++
protected:
virtual void Dispose(
bool disposing
)F#
abstract Dispose :
disposing : bool -> unit
override Dispose :
disposing : bool -> unit
- disposing
- Type: System.Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
ClientBase Class
Dispose Overload
Furcadia.Net.DirectConnection Namespace