C# Class Schumix.Framework.Runtime

ファイルを表示 Open project: Schumix/Schumix2

Public Methods

Method Description
Exit ( ) : void
SetProcessName ( string Name ) : void

Private Methods

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

public Exit ( ) : void
return void

SetProcessName() public method

public SetProcessName ( string Name ) : void
Name string
return void