C# Class Schumix.Config.Runtime

Show file Open project: Schumix/Schumix2

Public Methods

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

Private Methods

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