C# 클래스 EveChatNotifier.PathHelper

파일 보기 프로젝트 열기: MyUncleSam/EveChatNotifier 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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