C# Class GnomeSubtitles.Execution.Executable

Datei anzeigen Open project: GNOME/gnome-subtitles

Public Methods

Method Description
Main ( string args ) : void
SetProcessName ( string name ) : void
SetProcessNamePrctl ( string name ) : bool
SetProcessNameSetproctitle ( string name ) : bool

Private Methods

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

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

SetProcessName() public static method

public static SetProcessName ( string name ) : void
name string
return void

SetProcessNamePrctl() public static method

public static SetProcessNamePrctl ( string name ) : bool
name string
return bool

SetProcessNameSetproctitle() public static method

public static SetProcessNameSetproctitle ( string name ) : bool
name string
return bool