C# 클래스 System.Configuration.ClientConfigPaths

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ClientConfigPaths System
CombineIfValid string
GetEvidenceInfo object
GetPaths ClientConfigPaths
IsClickOnceDeployed bool
RefreshCurrent void
SetNamesAndVersion void
ToBase32StringSuitableForDirName string
Validate string

비공개 메소드들

메소드 설명
ClientConfigPaths ( string exePath, bool includeUserConfig ) : System
CombineIfValid ( string path1, string path2 ) : string
GetEvidenceInfo ( AppDomain appDomain, string exePath, string &typeName ) : object
GetPaths ( string exePath, bool includeUserConfig ) : ClientConfigPaths
IsClickOnceDeployed ( AppDomain appDomain ) : bool
RefreshCurrent ( ) : void
SetNamesAndVersion ( string applicationFilename, Assembly exeAssembly, bool isHttp ) : void
ToBase32StringSuitableForDirName ( byte buff ) : string
Validate ( string str, bool limitSize ) : string