메소드 | 설명 | |
---|---|---|
GetPath ( bool rooted ) : string | ||
GetQueryString ( ) : string | ||
Peek ( ) : string | ||
Peek ( int stepsForward ) : string | ||
Pop ( ) : string | ||
Pop ( int count ) : void | ||
Push ( IPathStack path ) : void | ||
Push ( string path ) : void | ||
Reverse ( int count ) : void | ||
ReverseToIndex ( int toIndex ) : void | ||
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
Decode ( string path ) : string | ||
Encode ( string path ) : string |
메소드 | 설명 | |
---|---|---|
PathStack ( ) : System | ||
PathStack ( bool readOnly ) : System | ||
PathStack ( string verb, string path, |