C# Class EveChatNotifier.PathHelper

Afficher le fichier Open project: MyUncleSam/EveChatNotifier Class Usage Examples

Méthodes publiques

Свойство Type Description
KnownPaths string>.Dictionary

Méthodes publiques

Méthode Description
DecryptPath ( string path ) : string

remove place holders with real paths

EncryptedPath ( string path ) : string

replace path beginning with place holder (longest wins)

Method Details

DecryptPath() public static méthode

remove place holders with real paths
public static DecryptPath ( string path ) : string
path string
Résultat string

EncryptedPath() public static méthode

replace path beginning with place holder (longest wins)
public static EncryptedPath ( string path ) : string
path string
Résultat string

Property Details

KnownPaths public_oe static_oe property

public static Dictionary KnownPaths
Résultat string>.Dictionary