C# Class AcManager.EntryPoint

Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Private Properties

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

Méthode Description
GetLogName ( string id ) : string
HandleSecondInstanceMessages ( DpiAwareWindow window, Action handler ) : void
PassSomeData ( IEnumerable data ) : void

Private Methods

Méthode Description
LogError ( string text ) : bool
LoggingIsAvailable ( ) : bool
Main ( string a ) : void
MainInner ( string args ) : void
MainReal ( string a ) : void
PackArgs ( IEnumerable args ) : string
PassArgsToRunningInstance ( IEnumerable args ) : void
ReceiveSomeData ( ) : IEnumerable
Rename ( string oldName, string newName ) : bool
RenameContentToData ( ) : void
SetUnhandledExceptionHandler ( ) : void
UnhandledExceptionFancyHandler ( Exception e ) : void
UnhandledExceptionHandler ( Exception e ) : void
UnhandledExceptionHandler ( object sender, UnhandledExceptionEventArgs args ) : void
UnpackArgs ( string packed ) : IEnumerable

Method Details

GetLogName() public static méthode

public static GetLogName ( string id ) : string
id string
Résultat string

HandleSecondInstanceMessages() public static méthode

public static HandleSecondInstanceMessages ( DpiAwareWindow window, Action handler ) : void
window FirstFloor.ModernUI.Windows.Controls.DpiAwareWindow
handler Action
Résultat void

PassSomeData() public static méthode

public static PassSomeData ( IEnumerable data ) : void
data IEnumerable
Résultat void