C# Class ME3Explorer.GenericWindow

Inheritance: IDisposable
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BringToFront ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GenericWindow() public méthode

public GenericWindow ( WPFBase w, string file ) : System
w WPFBase
file string
Résultat System

GenericWindow() public méthode

public GenericWindow ( WinFormsBase f, string file ) : System
f WinFormsBase
file string
Résultat System

GetImage() public méthode

public GetImage ( ) : System.Windows.Media.Imaging.BitmapSource
Résultat System.Windows.Media.Imaging.BitmapSource

RegisterClosed() public méthode

public RegisterClosed ( System.Action handler ) : void
handler System.Action
Résultat void

handleUpdate() public méthode

public handleUpdate ( List updates ) : void
updates List
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool