C# Class ME3Explorer.App

Inheritance: ISingleInstanceApp
显示文件 Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
FileFilter string

Public Methods

Method Description
GetVersion ( ) : string
SignalExternalCommandLineArgs ( string args ) : int

Private Methods

Method Description
Application_Exit ( object sender, System.Windows.ExitEventArgs e ) : void
Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
HandleCommandLineArgs ( string args, int &exitCode ) : bool
Main ( ) : void

Method Details

GetVersion() public static method

public static GetVersion ( ) : string
return string

SignalExternalCommandLineArgs() public method

public SignalExternalCommandLineArgs ( string args ) : int
args string
return int

Property Details

FileFilter public_oe static_oe property

public static string FileFilter
return string