C# Class BOLTStack.Application

Afficher le fichier Open project: fanfeilong/boltstack Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static AddMessageFilter ( IMessageFilter filter ) : void
filter IMessageFilter
Résultat void

Invoke() public static méthode

public static Invoke ( System.Action action ) : void
action System.Action
Résultat void

RemoveMessageFilter() public static méthode

public static RemoveMessageFilter ( IMessageFilter filter ) : void
filter IMessageFilter
Résultat void

Run() public static méthode

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