SystemInfo MembersApache 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
Fields

  NameDescription
Public fieldStatic memberEmptyTypes
Gets an empty array of types.
Back to Top
Properties

  NameDescription
Public propertyStatic memberApplicationBaseDirectory
Gets the base directory for this OnlineAppDomain.
Public propertyStatic memberApplicationFriendlyName
Get this application's friendly name
Public propertyStatic memberConfigurationFileLocation
Gets the path to the configuration file for the current OnlineAppDomain.
Public propertyStatic memberCurrentThreadId
Gets the ID of the current thread.
Public propertyStatic memberEntryAssemblyLocation
Gets the path to the file that first executed in the current OnlineAppDomain.
Public propertyStatic memberHostName
Get the host name or machine name for the current machine
Public propertyStatic memberNewLine
Gets the system dependent line terminator.
Public propertyStatic memberNotAvailableText
Text to output when an unsupported feature is requested.
Public propertyStatic memberNullText
Text to output when a null is encountered.
Public propertyStatic memberProcessStartTime
Get the start time for the current process.
Back to Top
See Also