C# Class BOLTStack.Application

Mostra file Open project: fanfeilong/boltstack Class Usage Examples

Private Properties

Property Type Description
AddMessageFilterInternal void
AddXarSearchPath void
Application System
BoltErrorHandle int
DumpError void
Initialization void
Instance Application
InvokeActions void
InvokeInternal void
LoadXar void
MessageLoop void
RemoveMessageFilterInternal void
RunInternal void
ThreadMessageProc bool

Public Methods

Method Description
AddMessageFilter ( IMessageFilter filter ) : void
Invoke ( System.Action action ) : void
RemoveMessageFilter ( IMessageFilter filter ) : void
Run ( string xarSearchPath, string xar, System.Action callback, bool initXGP = false ) : void

Private Methods

Method Description
AddMessageFilterInternal ( IMessageFilter filter ) : void
AddXarSearchPath ( String newFolderPath ) : void
Application ( ) : System
BoltErrorHandle ( IntPtr luaState, string pExtInfo, string luaErrorString, IntPtr pStackInfo ) : int
DumpError ( IntPtr luaState, string pExtInfo, string luaErrorString ) : void
Initialization ( bool initXGP = false ) : void
Instance ( ) : Application
InvokeActions ( ) : void
InvokeInternal ( System.Action action ) : void
LoadXar ( String xarName ) : void
MessageLoop ( ) : void
RemoveMessageFilterInternal ( IMessageFilter filter ) : void
RunInternal ( string xarSearchPath, string xar, System.Action callback, bool initXGP = false ) : void
ThreadMessageProc ( Win32 &msg ) : bool

Method Details

AddMessageFilter() public static method

public static AddMessageFilter ( IMessageFilter filter ) : void
filter IMessageFilter
return void

Invoke() public static method

public static Invoke ( System.Action action ) : void
action System.Action
return void

RemoveMessageFilter() public static method

public static RemoveMessageFilter ( IMessageFilter filter ) : void
filter IMessageFilter
return void

Run() public static method

public static Run ( string xarSearchPath, string xar, System.Action callback, bool initXGP = false ) : void
xarSearchPath string
xar string
callback System.Action
initXGP bool
return void