C# 클래스 Emlid.WindowsIot.Common.DisposableObject

Provides an IDisposable base class.
상속: IDisposable
파일 보기 프로젝트 열기: emlid/Navio-SDK-Windows-IoT

공개 메소드들

메소드 설명
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