C# Класс PathLib.ReparsePoint

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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