The SystemInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ApplicationBaseDirectory | 
            Gets the base directory for this AppDomain.
              | |
| ApplicationFriendlyName | 
            Get this application's friendly name
              | |
| ConfigurationFileLocation | 
            Gets the path to the configuration file for the current AppDomain.
              | |
| CurrentThreadId | 
            Gets the ID of the current thread.
              | |
| EntryAssemblyLocation | 
            Gets the path to the file that first executed in the current AppDomain.
              | |
| HostName | 
            Get the host name or machine name for the current machine
              | |
| NewLine | 
            Gets the system dependent line terminator.
              | |
| NotAvailableText | 
            Text to output when an unsupported feature is requested.
              | |
| NullText | 
            Text to output when a null is encountered.
              | |
| ProcessStartTime |  Obsolete.  
            Get the start time for the current process.
              | |
| ProcessStartTimeUtc | 
            Get the UTC start time for the current process.
              | 
See Also