C# Class System.Configuration.ClientConfigPaths

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
ClientConfigPaths System
CombineIfValid string
GetEvidenceInfo object
GetPaths ClientConfigPaths
IsClickOnceDeployed bool
RefreshCurrent void
SetNamesAndVersion void
ToBase32StringSuitableForDirName string
Validate string

Private Methods

Method Description
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