C# 클래스 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.
상속: System.Windows.Window
파일 보기 프로젝트 열기: usagiuke/BolterV2

공개 프로퍼티들

프로퍼티 타입 설명
eHandle System.Threading.EventWaitHandle

공개 메소드들

메소드 설명
CreateBitmapSourceFromBitmap ( Bitmap bitmap ) : System.Windows.Media.Imaging.BitmapSource
IsUserAdministrator ( ) : bool
LoadPluginIntoProcess ( ) : void
MainWindow ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

CreateBitmapSourceFromBitmap() 공개 정적인 메소드

public static CreateBitmapSourceFromBitmap ( Bitmap bitmap ) : System.Windows.Media.Imaging.BitmapSource
bitmap System.Drawing.Bitmap
리턴 System.Windows.Media.Imaging.BitmapSource

IsUserAdministrator() 공개 메소드

public IsUserAdministrator ( ) : bool
리턴 bool

LoadPluginIntoProcess() 공개 메소드

public LoadPluginIntoProcess ( ) : void
리턴 void

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System

프로퍼티 상세

eHandle 공개적으로 프로퍼티

public EventWaitHandle,System.Threading eHandle
리턴 System.Threading.EventWaitHandle