MapCore.Dispose Method (Boolean)
Releases unmanaged and managed resources
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
protected virtual void Dispose(
bool disposing
)
protected:
virtual void Dispose(
bool disposing
)
abstract Dispose :
disposing:bool -> unit
override Dispose :
disposing:bool -> unit
Protected Overridable Sub Dispose (
disposing As Boolean
)
Parameters
disposing
Type: System.BooleanSet to true to release both managed and unmanaged resources. Set to false to release only unmanaged resources.
See Also
DisposeāOverload
MapCore Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top