C# Class GnomeSubtitles.Execution.Executable

Afficher le fichier Open project: GNOME/gnome-subtitles

Méthodes publiques

Méthode Description
Main ( string args ) : void
SetProcessName ( string name ) : void
SetProcessNamePrctl ( string name ) : bool
SetProcessNameSetproctitle ( string name ) : bool

Private Methods

Méthode 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 méthode

public static Main ( string args ) : void
args string
Résultat void

SetProcessName() public static méthode

public static SetProcessName ( string name ) : void
name string
Résultat void

SetProcessNamePrctl() public static méthode

public static SetProcessNamePrctl ( string name ) : bool
name string
Résultat bool

SetProcessNameSetproctitle() public static méthode

public static SetProcessNameSetproctitle ( string name ) : bool
name string
Résultat bool