C# 클래스 DumpMiner.ViewModels.AttachDetachViewModel

상속: DumpMiner.Common.BaseViewModel
파일 보기 프로젝트 열기: dudikeleti/DumpMiner

Private Properties

프로퍼티 타입 설명
AttachToProcessExecute void
CreateBitmapSourceFromFilePath System.Windows.Media.Imaging.BitmapSource
Detach void
DisposeProcesses void
GetRunningProcessesExecute void
Is64BitProcess bool
IsManagedProcess bool
LoadDumpExecute void
ResourceFilter bool

공개 메소드들

메소드 설명
AttachDetachViewModel ( ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
AttachToProcessExecute ( ) : void
CreateBitmapSourceFromFilePath ( string path ) : System.Windows.Media.Imaging.BitmapSource
Detach ( ) : void
DisposeProcesses ( ) : void
GetRunningProcessesExecute ( ) : void
Is64BitProcess ( Process process ) : bool
IsManagedProcess ( Process process ) : bool
LoadDumpExecute ( ) : void
ResourceFilter ( object item ) : bool

메소드 상세

AttachDetachViewModel() 공개 메소드

public AttachDetachViewModel ( ) : System
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool dispose ) : void
dispose bool
리턴 void