C# 클래스 Gammtek.Conduit.Paths.PathHelpers.EnvironmentVariablePathBase

상속: PathBase, IEnvironmentVariablePath
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

Private Properties

프로퍼티 타입 설명
ComputeEnvironmentVariable string
TryExpandEnvironmentVariables bool

공개 메소드들

메소드 설명
TryResolve ( IAbsolutePath &resolvedPath ) : EnvironmentVariableResolvingStatus
TryResolve ( IAbsolutePath &resolvedPath, string &failureMessage ) : bool

보호된 메소드들

메소드 설명
EnvironmentVariablePathBase ( string path ) : System
GetErrorEnvVarResolvedButCannotConvertToAbsolutePathFailureReason ( ) : string
GetErrorUnresolvedEnvVarFailureReason ( ) : string
TryResolveEnvironmentVariable ( string &resolvedPath ) : bool

비공개 메소드들

메소드 설명
ComputeEnvironmentVariable ( ) : string
TryExpandEnvironmentVariables ( string &variableValue ) : bool

메소드 상세

EnvironmentVariablePathBase() 보호된 메소드

protected EnvironmentVariablePathBase ( string path ) : System
path string
리턴 System

GetErrorEnvVarResolvedButCannotConvertToAbsolutePathFailureReason() 보호된 메소드

GetErrorUnresolvedEnvVarFailureReason() 보호된 메소드

protected GetErrorUnresolvedEnvVarFailureReason ( ) : string
리턴 string

TryResolve() 공개 추상적인 메소드

public abstract TryResolve ( IAbsolutePath &resolvedPath ) : EnvironmentVariableResolvingStatus
resolvedPath IAbsolutePath
리턴 EnvironmentVariableResolvingStatus

TryResolve() 공개 추상적인 메소드

public abstract TryResolve ( IAbsolutePath &resolvedPath, string &failureMessage ) : bool
resolvedPath IAbsolutePath
failureMessage string
리턴 bool

TryResolveEnvironmentVariable() 보호된 메소드

protected TryResolveEnvironmentVariable ( string &resolvedPath ) : bool
resolvedPath string
리턴 bool