C# Class FC3Editor.Program

Exibir arquivo Open project: Azerothian/fc3editor

Public Properties

Property Type Description
programGuid string

Public Methods

Method Description
GetMapArgument ( ) : string
HasArgument ( string key ) : bool
Run ( bool engineRunning, string initMapPath ) : void

Private Methods

Method Description
Main ( ) : void
OpenExistingAppCallback ( IntPtr hWnd, IntPtr lParam ) : bool

Method Details

GetMapArgument() public static method

public static GetMapArgument ( ) : string
return string

HasArgument() public static method

public static HasArgument ( string key ) : bool
key string
return bool

Run() public static method

public static Run ( bool engineRunning, string initMapPath ) : void
engineRunning bool
initMapPath string
return void

Property Details

programGuid public_oe static_oe property

public static string programGuid
return string