 | CCSYMBDispose Method |
Releases the unmanaged resources used by the
CCSYMB and optionally releases the managed resources
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxprotected override void Dispose(
bool A_0
)
protected override void Dispose(
bool A_0
)
Protected Overrides Sub Dispose (
A_0 As Boolean
)
Protected Overrides Sub Dispose (
A_0 As Boolean
)
protected:
virtual void Dispose(
bool A_0
) override
protected:
virtual void Dispose(
bool A_0
) override
abstract Dispose :
A_0 : bool -> unit
override Dispose :
A_0 : bool -> unit
abstract Dispose :
A_0 : bool -> unit
override Dispose :
A_0 : bool -> unit
Parameters
- A_0
- Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also