C# 클래스 Microsoft.VisualStudio.Package.Url

This class wraps the Uri class and provides an unescaped "LocalPath" for file URL's and an unescaped AbsoluteUri for other schemes, plus it also returned an un-hex-escaped result from MakeRelative so it can be presented to the user.
파일 보기 프로젝트 열기: mimura1133/vstex

공개 메소드들

메소드 설명
GetPartial ( int i ) : string
GetRemainder ( int i ) : string
GetSegments ( ) : string[]
JoinSegments ( int i, int j ) : string
MakeRelative ( Url url ) : string
Move ( Url oldBase, Url newBase ) : Url
Unescape ( string escaped, bool isFile ) : string
Url ( Url baseUrl, string relpath ) : System
Url ( string path ) : System

비공개 메소드들

메소드 설명
CheckIsFile ( ) : void
EscapedAscii ( char digit, char next ) : char
Init ( string path ) : void

메소드 상세

GetPartial() 공개 메소드

public GetPartial ( int i ) : string
i int
리턴 string

GetRemainder() 공개 메소드

public GetRemainder ( int i ) : string
i int
리턴 string

GetSegments() 공개 메소드

public GetSegments ( ) : string[]
리턴 string[]

JoinSegments() 공개 메소드

public JoinSegments ( int i, int j ) : string
i int
j int
리턴 string

MakeRelative() 공개 메소드

public MakeRelative ( Url url ) : string
url Url
리턴 string

Move() 공개 메소드

public Move ( Url oldBase, Url newBase ) : Url
oldBase Url
newBase Url
리턴 Url

Unescape() 공개 정적인 메소드

public static Unescape ( string escaped, bool isFile ) : string
escaped string
isFile bool
리턴 string

Url() 공개 메소드

public Url ( Url baseUrl, string relpath ) : System
baseUrl Url
relpath string
리턴 System

Url() 공개 메소드

public Url ( string path ) : System
path string
리턴 System