C# Class AcManager.EntryPoint

Show file Open project: gro-ove/actools Class Usage Examples

Private Properties

Property 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

Public Methods

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

Private Methods

Method 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 method

public static GetLogName ( string id ) : string
id string
return string

HandleSecondInstanceMessages() public static method

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

PassSomeData() public static method

public static PassSomeData ( IEnumerable data ) : void
data IEnumerable
return void