C# Класс EveChatNotifier.PathHelper

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
KnownPaths string>.Dictionary

Открытые методы

Метод Описание
DecryptPath ( string path ) : string

remove place holders with real paths

EncryptedPath ( string path ) : string

replace path beginning with place holder (longest wins)

Описание методов

DecryptPath() публичный статический Метод

remove place holders with real paths
public static DecryptPath ( string path ) : string
path string
Результат string

EncryptedPath() публичный статический Метод

replace path beginning with place holder (longest wins)
public static EncryptedPath ( string path ) : string
path string
Результат string

Описание свойств

KnownPaths публичное статическое свойство

public static Dictionary KnownPaths
Результат string>.Dictionary