C# 클래스 iControl.Utility.Configuration

파일 보기 프로젝트 열기: f5devcentral/f5-icontrol-library-dotnet

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
getDefaultBrowser ( ) : string

메소드 상세

LaunchProcess() 공개 정적인 메소드

public static LaunchProcess ( String sProgname ) : void
sProgname String
리턴 void

createTemporaryFile() 공개 정적인 메소드

public static createTemporaryFile ( String fileName, String contents ) : String
fileName String
contents String
리턴 String

getConfigDir() 공개 정적인 메소드

public static getConfigDir ( ) : String
리턴 String

getConfigFile() 공개 정적인 메소드

public static getConfigFile ( String sFile ) : String
sFile String
리턴 String

getConfigSubDir() 공개 정적인 메소드

public static getConfigSubDir ( String subDir ) : String
subDir String
리턴 String

getProcSubDir() 공개 정적인 메소드

public static getProcSubDir ( String subDir ) : String
subDir String
리턴 String

getProcessDir() 공개 정적인 메소드

public static getProcessDir ( ) : String
리턴 String

getShareUrl() 공개 정적인 메소드

public static getShareUrl ( ) : String
리턴 String

getTempDir() 공개 정적인 메소드

public static getTempDir ( ) : String
리턴 String

getWebHelpURL() 공개 정적인 메소드

public static getWebHelpURL ( ) : String
리턴 String

getWebsiteDirectory() 공개 정적인 메소드

public static getWebsiteDirectory ( ) : String
리턴 String

saveLocalFile() 공개 정적인 메소드

public static saveLocalFile ( String localPath, String contents ) : void
localPath String
contents String
리턴 void

setupDirectory() 공개 정적인 메소드

public static setupDirectory ( String sPath ) : void
sPath String
리턴 void