C# 클래스 ME3Explorer.GenericWindow

상속: IDisposable
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 메소드들

메소드 설명
BringToFront ( ) : void
Close ( ) : void
Dispose ( ) : void
GenericWindow ( WPFBase w, string file ) : System
GenericWindow ( WinFormsBase f, string file ) : System
GetImage ( ) : System.Windows.Media.Imaging.BitmapSource
RegisterClosed ( System.Action handler ) : void
handleUpdate ( List updates ) : void
operator ( ) : bool

메소드 상세

BringToFront() 공개 메소드

public BringToFront ( ) : void
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GenericWindow() 공개 메소드

public GenericWindow ( WPFBase w, string file ) : System
w WPFBase
file string
리턴 System

GenericWindow() 공개 메소드

public GenericWindow ( WinFormsBase f, string file ) : System
f WinFormsBase
file string
리턴 System

GetImage() 공개 메소드

public GetImage ( ) : System.Windows.Media.Imaging.BitmapSource
리턴 System.Windows.Media.Imaging.BitmapSource

RegisterClosed() 공개 메소드

public RegisterClosed ( System.Action handler ) : void
handler System.Action
리턴 void

handleUpdate() 공개 메소드

public handleUpdate ( List updates ) : void
updates List
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool