C# Class Schumix.Framework.Runtime

Afficher le fichier Open project: Schumix/Schumix2

Méthodes publiques

Méthode Description
Exit ( ) : void
SetProcessName ( string Name ) : void

Private Methods

Méthode Description
HandleTimerMemory ( object sender, System.Timers.ElapsedEventArgs e ) : void
Runtime ( ) : System
prctl ( int option, byte arg2, IntPtr arg3, IntPtr arg4, IntPtr arg5 ) : int
setproctitle ( byte fmt, byte str_arg ) : void
unixSetProcessName ( string Name ) : void

Method Details

Exit() public méthode

public Exit ( ) : void
Résultat void

SetProcessName() public méthode

public SetProcessName ( string Name ) : void
Name string
Résultat void