C# Class Rackspace.Cloud.Server.Agent.Utilities.SystemInformation

Inheritance: ISystemInformation
Show file Open project: rackerlabs/openstack-guest-agents-windows-xenserver-old Class Usage Examples

Public Methods

Method Description
GetLogicalDrives ( ) : IList
SystemInformation ( IExecutableProcess execProcess, ILogger logger ) : System
getDriveLetterWithOriginalWindowsFolder ( ) : string
getDriveWithBootConfigurationDataStore ( ) : string>.Dictionary
getWindowsBootLoaderUniqueIdentifer ( string output ) : string

Method Details

GetLogicalDrives() public method

public GetLogicalDrives ( ) : IList
return IList

SystemInformation() public method

public SystemInformation ( IExecutableProcess execProcess, ILogger logger ) : System
execProcess IExecutableProcess
logger ILogger
return System

getDriveLetterWithOriginalWindowsFolder() public method

public getDriveLetterWithOriginalWindowsFolder ( ) : string
return string

getDriveWithBootConfigurationDataStore() public method

public getDriveWithBootConfigurationDataStore ( ) : string>.Dictionary
return string>.Dictionary

getWindowsBootLoaderUniqueIdentifer() public method

public getWindowsBootLoaderUniqueIdentifer ( string output ) : string
output string
return string