C# Class iControl.Utility.Configuration

Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet

Public Methods

Method Description
LaunchProcess ( String sProgname ) : void
createTemporaryFile ( String fileName, String contents ) : String
getConfigDir ( ) : String
getConfigFile ( String sFile ) : String
getConfigSubDir ( String subDir ) : String
getProcSubDir ( String subDir ) : String
getProcessDir ( ) : String
getShareUrl ( ) : String
getTempDir ( ) : String
getWebHelpURL ( ) : String
getWebsiteDirectory ( ) : String
saveLocalFile ( String localPath, String contents ) : void
setupDirectory ( String sPath ) : void

Private Methods

Method Description
getDefaultBrowser ( ) : string

Method Details

LaunchProcess() public static method

public static LaunchProcess ( String sProgname ) : void
sProgname String
return void

createTemporaryFile() public static method

public static createTemporaryFile ( String fileName, String contents ) : String
fileName String
contents String
return String

getConfigDir() public static method

public static getConfigDir ( ) : String
return String

getConfigFile() public static method

public static getConfigFile ( String sFile ) : String
sFile String
return String

getConfigSubDir() public static method

public static getConfigSubDir ( String subDir ) : String
subDir String
return String

getProcSubDir() public static method

public static getProcSubDir ( String subDir ) : String
subDir String
return String

getProcessDir() public static method

public static getProcessDir ( ) : String
return String

getShareUrl() public static method

public static getShareUrl ( ) : String
return String

getTempDir() public static method

public static getTempDir ( ) : String
return String

getWebHelpURL() public static method

public static getWebHelpURL ( ) : String
return String

getWebsiteDirectory() public static method

public static getWebsiteDirectory ( ) : String
return String

saveLocalFile() public static method

public static saveLocalFile ( String localPath, String contents ) : void
localPath String
contents String
return void

setupDirectory() public static method

public static setupDirectory ( String sPath ) : void
sPath String
return void