프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddMessageFilterInternal | void | ||
AddXarSearchPath | void | ||
Application | System | ||
BoltErrorHandle | int | ||
DumpError | void | ||
Initialization | void | ||
Instance | |||
InvokeActions | void | ||
InvokeInternal | void | ||
LoadXar | void | ||
MessageLoop | void | ||
RemoveMessageFilterInternal | void | ||
RunInternal | void | ||
ThreadMessageProc | bool |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
AddMessageFilterInternal ( IMessageFilter filter ) : void | ||
AddXarSearchPath ( String newFolderPath ) : void | ||
Application ( ) : System | ||
BoltErrorHandle ( |
||
DumpError ( |
||
Initialization ( bool initXGP = false ) : void | ||
Instance ( ) : |
||
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 |
public static AddMessageFilter ( IMessageFilter filter ) : void | ||
filter | IMessageFilter | |
리턴 | void |
public static Invoke ( System.Action action ) : void | ||
action | System.Action | |
리턴 | void |
public static RemoveMessageFilter ( IMessageFilter filter ) : void | ||
filter | IMessageFilter | |
리턴 | void |
public static Run ( string xarSearchPath, string xar, System.Action callback, bool initXGP = false ) : void | ||
xarSearchPath | string | |
xar | string | |
callback | System.Action | |
initXGP | bool | |
리턴 | void |