C# 클래스 withSIX.Core.PathConfiguration

상속: IPathConfiguration, IDomainService, IEnableLogging
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

공개 메소드들

메소드 설명
GetLocalDataRootPath ( ) : IAbsoluteDirectoryPath
GetRoamingRootPath ( ) : IAbsoluteDirectoryPath
SetPaths ( IAbsoluteDirectoryPath appPath = null, IAbsoluteDirectoryPath dataPath = null, IAbsoluteDirectoryPath localDataPath = null, IAbsoluteDirectoryPath tempPath = null, IAbsoluteDirectoryPath configPath = null, IAbsoluteDirectoryPath toolPath = null, IAbsoluteDirectoryPath sharedDataPath = null ) : void

보호된 메소드들

메소드 설명
GetAppPath ( ) : IAbsoluteDirectoryPath
GetDataPath ( ) : IAbsoluteDirectoryPath
GetLocalDataPath ( ) : IAbsoluteDirectoryPath
GetMyDocumentsPath ( ) : IAbsoluteDirectoryPath
GetProgramDataPath ( ) : IAbsoluteDirectoryPath

비공개 메소드들

메소드 설명
GetLocalDataSharedPath ( ) : IAbsoluteDirectoryPath
GetLocalSharedDllPath ( ) : IAbsoluteDirectoryPath
GetSystemSharedPath ( ) : IAbsoluteDirectoryPath

메소드 상세

GetAppPath() 보호된 메소드

protected GetAppPath ( ) : IAbsoluteDirectoryPath
리턴 IAbsoluteDirectoryPath

GetDataPath() 보호된 메소드

protected GetDataPath ( ) : IAbsoluteDirectoryPath
리턴 IAbsoluteDirectoryPath

GetLocalDataPath() 보호된 메소드

protected GetLocalDataPath ( ) : IAbsoluteDirectoryPath
리턴 IAbsoluteDirectoryPath

GetLocalDataRootPath() 공개 정적인 메소드

public static GetLocalDataRootPath ( ) : IAbsoluteDirectoryPath
리턴 IAbsoluteDirectoryPath

GetMyDocumentsPath() 보호된 메소드

protected GetMyDocumentsPath ( ) : IAbsoluteDirectoryPath
리턴 IAbsoluteDirectoryPath

GetProgramDataPath() 보호된 메소드

protected GetProgramDataPath ( ) : IAbsoluteDirectoryPath
리턴 IAbsoluteDirectoryPath

GetRoamingRootPath() 공개 정적인 메소드

public static GetRoamingRootPath ( ) : IAbsoluteDirectoryPath
리턴 IAbsoluteDirectoryPath

SetPaths() 공개 메소드

public SetPaths ( IAbsoluteDirectoryPath appPath = null, IAbsoluteDirectoryPath dataPath = null, IAbsoluteDirectoryPath localDataPath = null, IAbsoluteDirectoryPath tempPath = null, IAbsoluteDirectoryPath configPath = null, IAbsoluteDirectoryPath toolPath = null, IAbsoluteDirectoryPath sharedDataPath = null ) : void
appPath IAbsoluteDirectoryPath
dataPath IAbsoluteDirectoryPath
localDataPath IAbsoluteDirectoryPath
tempPath IAbsoluteDirectoryPath
configPath IAbsoluteDirectoryPath
toolPath IAbsoluteDirectoryPath
sharedDataPath IAbsoluteDirectoryPath
리턴 void