The SystemInfo type exposes the following members.
Back to Top
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.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
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.
| |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
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