Свойство | Type | Description | |
---|---|---|---|
LogError | bool | ||
LoggingIsAvailable | bool | ||
Main | void | ||
MainInner | void | ||
MainReal | void | ||
PackArgs | string | ||
PassArgsToRunningInstance | void | ||
ReceiveSomeData | IEnumerable |
||
Rename | bool | ||
RenameContentToData | void | ||
SetUnhandledExceptionHandler | void | ||
UnhandledExceptionFancyHandler | void | ||
UnhandledExceptionHandler | void | ||
UnhandledExceptionHandler | void | ||
UnpackArgs | IEnumerable |
Méthode | Description | |
---|---|---|
GetLogName ( string id ) : string | ||
HandleSecondInstanceMessages ( |
||
PassSomeData ( IEnumerable |
Méthode | Description | |
---|---|---|
LogError ( string text ) : bool | ||
LoggingIsAvailable ( ) : bool | ||
Main ( string a ) : void | ||
MainInner ( string args ) : void | ||
MainReal ( string a ) : void | ||
PackArgs ( IEnumerable |
||
PassArgsToRunningInstance ( IEnumerable |
||
ReceiveSomeData ( ) : IEnumerable |
||
Rename ( string oldName, string newName ) : bool | ||
RenameContentToData ( ) : void | ||
SetUnhandledExceptionHandler ( ) : void | ||
UnhandledExceptionFancyHandler ( |
||
UnhandledExceptionHandler ( |
||
UnhandledExceptionHandler ( object sender, |
||
UnpackArgs ( string packed ) : IEnumerable |
public static GetLogName ( string id ) : string | ||
id | string | |
Résultat | string |
public static HandleSecondInstanceMessages ( |
||
window | ||
handler | Action |
|
Résultat | void |
public static PassSomeData ( IEnumerable |
||
data | IEnumerable |
|
Résultat | void |