|
BroPacketDispose Method (Boolean) |
Releases the unmanaged resources used by this
BroPacket object and optionally releases the managed resources.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax protected virtual void Dispose(
bool disposing
)
Protected Overridable Sub Dispose (
disposing As Boolean
)
abstract Dispose :
disposing : bool -> unit
override Dispose :
disposing : bool -> unit
protected void Dispose(
boolean disposing
)
function Dispose(disposing);
Parameters
- disposing
- Type: SystemBoolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also