Method | Description | |
---|---|---|
Main ( string args ) : void | ||
SetProcessName ( string name ) : void | ||
SetProcessNamePrctl ( string name ) : bool | ||
SetProcessNameSetproctitle ( string name ) : bool |
Method | Description | |
---|---|---|
Kill ( ) : void |
Kills the window in the most quick and unfriendly way.
|
|
OnUnhandledException ( GLib.UnhandledExceptionArgs args ) : void | ||
prctl ( int option, byte arg2, ulong arg3, ulong arg4, ulong arg5 ) : int | ||
setproctitle ( byte fmt, byte str_arg ) : void |
public static SetProcessName ( string name ) : void | ||
name | string | |
return | void |
public static SetProcessNamePrctl ( string name ) : bool | ||
name | string | |
return | bool |
public static SetProcessNameSetproctitle ( string name ) : bool | ||
name | string | |
return | bool |