C# Class Emlid.WindowsIot.Common.DisposableObject

Provides an IDisposable base class.
Inheritance: IDisposable
Afficher le fichier Open project: emlid/Navio-SDK-Windows-IoT

Méthodes publiques

Méthode Description
Dispose ( ) : void

Pro-actively frees resources owned by this instance.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Frees resources owned by this instance.

Method Details

Dispose() public méthode

Pro-actively frees resources owned by this instance.
public Dispose ( ) : void
Résultat void

Dispose() protected abstract méthode

Frees resources owned by this instance.
protected abstract Dispose ( bool disposing ) : void
disposing bool /// True when called via , false when called from the finalizer. ///
Résultat void