C# Класс Emlid.WindowsIot.Common.DisposableObject

Provides an IDisposable base class.
Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

Pro-actively frees resources owned by this instance.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Frees resources owned by this instance.

Описание методов

Dispose() публичный Метод

Pro-actively frees resources owned by this instance.
public Dispose ( ) : void
Результат void

Dispose() защищенный абстрактный Метод

Frees resources owned by this instance.
protected abstract Dispose ( bool disposing ) : void
disposing bool /// True when called via , false when called from the finalizer. ///
Результат void