SystemInfo MethodsApache log4net™ SDK Documentation

The SystemInfo type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAssemblyFileName
Gets the file name portion of the Assembly, including the extension.
Public methodStatic memberAssemblyLocationInfo
Gets the assembly location path for the specified assembly.
Public methodStatic memberAssemblyQualifiedName
Gets the fully qualified name of the Type, including the name of the assembly from which the Type was loaded.
Public methodStatic memberAssemblyShortName
Gets the short name of the Assembly.
Public methodStatic memberConvertToFullPath
Convert a path into a fully qualified local file path.
Public methodStatic memberCreateArgumentOutOfRangeException
Public methodStatic memberCreateCaseInsensitiveHashtable
Creates a new case-insensitive instance of the Hashtable class with the default initial capacity.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberEqualsIgnoringCase
Tests two strings for equality, the ignoring case.
Public methodStatic memberGetAppSetting
Lookup an application setting
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetTypeFromString(String, Boolean, Boolean)
Loads the type specified in the type string.
Public methodStatic memberGetTypeFromString(Assembly, String, Boolean, Boolean)
Loads the type specified in the type string.
Public methodStatic memberGetTypeFromString(Type, String, Boolean, Boolean)
Loads the type specified in the type string.
Public methodStatic memberNewGuid
Generate a new guid
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodStatic memberTryParse(String, Int16)
Parse a string into an Int16 value
Public methodStatic memberTryParse(String, Int32)
Parse a string into an Int32 value
Public methodStatic memberTryParse(String, Int64)
Parse a string into an Int64 value
Top
See Also

Reference