SystemInfo MethodsApache log4net™ SDK Documentation
The SystemInfo type exposes the following members.
Methods

  NameDescription
Public methodStatic memberAssemblyFileName
Gets the file name portion of the OnlineAssembly, 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 OnlineType, including the name of the assembly from which the OnlineType was loaded.
Public methodStatic memberAssemblyShortName
Gets the short name of the OnlineAssembly.
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 OnlineHashtable class with the default initial capacity.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodStatic memberGetAppSetting
Lookup an application setting
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
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.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberNewGuid
Generate a new guid
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberTryParse(String, Int16 )
Parse a string into an OnlineInt16 value
Public methodStatic memberTryParse(String, Int32 )
Parse a string into an OnlineInt32 value
Public methodStatic memberTryParse(String, Int64 )
Parse a string into an OnlineInt64 value
Back to Top
See Also