C# 클래스 PathLib.ReparsePoint

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

공개 메소드들

메소드 설명
ToString ( ) : string

This returns the normalised target, ie. if the actual target is relative it has been made absolute Note that it is not fully normalised in that .s and ..s may still be included.

TryCreate ( string path, ReparsePoint &link ) : bool

Takes a full path to a reparse point and finds the target.

비공개 메소드들

메소드 설명
AdjustTokenPrivileges ( IntPtr TokenHandle, [ DisableAllPrivileges, TOKEN_PRIVILEGES &NewState, Int32 BufferLength, IntPtr PreviousState, IntPtr ReturnLength ) : bool
CloseHandle ( IntPtr hObject ) : bool
CreateFile ( string fileName, [ fileAccess, [ fileShare, int securityAttributes, [ creationDisposition, uint flags, IntPtr template ) : IntPtr
DeviceIoControl ( IntPtr hDevice, uint dwIoControlCode, IntPtr lpInBuffer, uint nInBufferSize, REPARSE_DATA_BUFFER &outBuffer, uint nOutBufferSize, uint &lpBytesReturned, IntPtr lpOverlapped ) : bool
GetCurrentProcess ( ) : IntPtr
LookupPrivilegeValue ( string lpSystemName, string lpName, LUID &lpLuid ) : bool
OpenProcessToken ( IntPtr ProcessHandle, UInt32 DesiredAccess, IntPtr &TokenHandle ) : bool
ReparsePoint ( ) : System

메소드 상세

ToString() 공개 메소드

This returns the normalised target, ie. if the actual target is relative it has been made absolute Note that it is not fully normalised in that .s and ..s may still be included.
public ToString ( ) : string
리턴 string

TryCreate() 공개 정적인 메소드

Takes a full path to a reparse point and finds the target.
public static TryCreate ( string path, ReparsePoint &link ) : bool
path string Full path of the reparse point
link ReparsePoint
리턴 bool