MapCore.Dispose Method (Boolean)

Bing
 

Releases unmanaged and managed resources

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

abstract Dispose : 
        disposing:bool -> unit
override Dispose : 
        disposing:bool -> unit

Parameters

disposing
Type: System.Boolean

Set to true to release both managed and unmanaged resources. Set to false to release only unmanaged resources.

Return to top
Show: