C# Class Hyena.ApplicationContext

Exibir arquivo Open project: GNOME/hyena

Public Properties

Property Type Description
StartedAt System.DateTime

Public Methods

Method Description
EnvironmentIsSet ( string env ) : bool
TrySetProcessName ( string name ) : void

Private Methods

Method Description
ApplicationContext ( ) : System
SetProcessName ( string name ) : void
prctl ( int option, byte arg2, IntPtr arg3, IntPtr arg4, IntPtr arg5 ) : int
setproctitle ( byte fmt, byte str_arg ) : void

Method Details

EnvironmentIsSet() public static method

public static EnvironmentIsSet ( string env ) : bool
env string
return bool

TrySetProcessName() public static method

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

Property Details

StartedAt public_oe static_oe property

public static DateTime,System StartedAt
return System.DateTime