C# Class BolterV2.MainWindow

Launcher program for BolterV2. Manually maps an unmanaged CLR host into FFXIV, loads the Bolter-XIV class library onto that host, and then instantiates the main Bolter-XIV class.
Inheritance: System.Windows.Window
Afficher le fichier Open project: usagiuke/BolterV2

Méthodes publiques

Свойство Type Description
eHandle System.Threading.EventWaitHandle

Méthodes publiques

Méthode Description
CreateBitmapSourceFromBitmap ( Bitmap bitmap ) : System.Windows.Media.Imaging.BitmapSource
IsUserAdministrator ( ) : bool
LoadPluginIntoProcess ( ) : void
MainWindow ( ) : System

Private Methods

Méthode Description
AboutTab_OnClick ( object sender, RoutedEventArgs e ) : void
Button_Click ( object sender, RoutedEventArgs e ) : void
CloseBottonAnimation ( object sender, MouseEventArgs e ) : void
CloseButton ( object sender, RoutedEventArgs e ) : void
Donate ( object sender, RoutedEventArgs e ) : void
DragWindow ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
MainNamespaceOfPlugin ( string pluginName ) : string
MainWindow_OnClosed ( object sender, EventArgs e ) : void
MainWindow_OnLoaded ( object sender, RoutedEventArgs e ) : void
MinimizeBottonAnimation ( object sender, MouseEventArgs e ) : void
MinimizeButton ( object sender, RoutedEventArgs e ) : void
ProcessListBox_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
ProcessesTab_OnClick ( object sender, RoutedEventArgs e ) : void
Refresh ( object sender, RoutedEventArgs e ) : void
Selector_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
Tab_OnMouse ( object sender, MouseEventArgs e ) : void

Method Details

CreateBitmapSourceFromBitmap() public static méthode

public static CreateBitmapSourceFromBitmap ( Bitmap bitmap ) : System.Windows.Media.Imaging.BitmapSource
bitmap System.Drawing.Bitmap
Résultat System.Windows.Media.Imaging.BitmapSource

IsUserAdministrator() public méthode

public IsUserAdministrator ( ) : bool
Résultat bool

LoadPluginIntoProcess() public méthode

public LoadPluginIntoProcess ( ) : void
Résultat void

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System

Property Details

eHandle public_oe property

public EventWaitHandle,System.Threading eHandle
Résultat System.Threading.EventWaitHandle