C# 클래스 ModernWPF.ViewModels.DisposableViewModel

A view model base class that also implements IDisposable.
상속: ViewModelBase, IDisposable
파일 보기 프로젝트 열기: soukoku/ModernWPF

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

보호된 메소드들

메소드 설명
OnDisposingManaged ( ) : void

Called when disposing managed resources.

OnDisposingNative ( ) : void

Called when disposing native resources.

VerifyNotDisposed ( ) : void

Throws exception if this instance is disposed.

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

OnDisposingManaged() 보호된 메소드

Called when disposing managed resources.
protected OnDisposingManaged ( ) : void
리턴 void

OnDisposingNative() 보호된 메소드

Called when disposing native resources.
protected OnDisposingNative ( ) : void
리턴 void

VerifyNotDisposed() 보호된 메소드

Throws exception if this instance is disposed.
protected VerifyNotDisposed ( ) : void
리턴 void