The SystemInfo type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AssemblyFileName | 
            Gets the file name portion of the Assembly, including the extension.
              | |
| AssemblyLocationInfo | 
            Gets the assembly location path for the specified assembly.
              | |
| AssemblyQualifiedName | ||
| AssemblyShortName | 
            Gets the short name of the Assembly.
              | |
| ConvertToFullPath | 
            Convert a path into a fully qualified local file path.
              | |
| CreateArgumentOutOfRangeException | 
            Create an ArgumentOutOfRangeException  | |
| CreateCaseInsensitiveHashtable | 
            Creates a new case-insensitive instance of the Hashtable class with the default initial capacity. 
              | |
| Equals | (Inherited from Object.) | |
| EqualsIgnoringCase | 
            Tests two strings for equality, the ignoring case.
              | |
| GetAppSetting | 
            Lookup an application setting
              | |
| GetHashCode | 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | |
| GetType | 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | |
| GetTypeFromString(String, Boolean, Boolean) | 
            Loads the type specified in the type string.
              | |
| GetTypeFromString(Assembly, String, Boolean, Boolean) | 
            Loads the type specified in the type string.
              | |
| GetTypeFromString(Type, String, Boolean, Boolean) | 
            Loads the type specified in the type string.
              | |
| NewGuid | 
            Generate a new guid
              | |
| ToString | (Inherited from Object.) | |
| TryParse(String, Int16) | 
            Parse a string into an Int16 value
              | |
| TryParse(String, Int32) | 
            Parse a string into an Int32 value
              | |
| TryParse(String, Int64) | 
            Parse a string into an Int64 value
              | 
See Also