C# Class ME3Explorer.GenericWindow

Inheritance: IDisposable
Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Methods

Method Description
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

Method Details

BringToFront() public method

public BringToFront ( ) : void
return void

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

GenericWindow() public method

public GenericWindow ( WPFBase w, string file ) : System
w WPFBase
file string
return System

GenericWindow() public method

public GenericWindow ( WinFormsBase f, string file ) : System
f WinFormsBase
file string
return System

GetImage() public method

public GetImage ( ) : System.Windows.Media.Imaging.BitmapSource
return System.Windows.Media.Imaging.BitmapSource

RegisterClosed() public method

public RegisterClosed ( System.Action handler ) : void
handler System.Action
return void

handleUpdate() public method

public handleUpdate ( List updates ) : void
updates List
return void

operator() public static method

public static operator ( ) : bool
return bool