SystemInfo PropertiesApache log4net™ SDK Documentation
The SystemInfo type exposes the following members.
Properties

  NameDescription
Public propertyStatic memberApplicationBaseDirectory
Gets the base directory for this OnlineAppDomain.
Public propertyStatic memberApplicationFriendlyName
Get this application's friendly name
Public propertyStatic memberConfigurationFileLocation
Gets the path to the configuration file for the current OnlineAppDomain.
Public propertyStatic memberCurrentThreadId
Gets the ID of the current thread.
Public propertyStatic memberEntryAssemblyLocation
Gets the path to the file that first executed in the current OnlineAppDomain.
Public propertyStatic memberHostName
Get the host name or machine name for the current machine
Public propertyStatic memberNewLine
Gets the system dependent line terminator.
Public propertyStatic memberNotAvailableText
Text to output when an unsupported feature is requested.
Public propertyStatic memberNullText
Text to output when a null is encountered.
Public propertyStatic memberProcessStartTime
Get the start time for the current process.
Back to Top
See Also