C# Класс LazyCopy.Utilities.Native.SafeTokenHandle

Represents a wrapper class for a find handle used by the NativeMethods.OpenProcessToken function.
Наследование: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Показать файл Открыть проект

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

Метод Описание
SafeTokenHandle ( ) : Microsoft.Win32.SafeHandles

Initializes a new instance of the SafeTokenHandle class.

Защищенные методы

Метод Описание
ReleaseHandle ( ) : bool

When overridden in a derived class, executes the code required to free the handle.

Описание методов

ReleaseHandle() защищенный Метод

When overridden in a derived class, executes the code required to free the handle.
protected ReleaseHandle ( ) : bool
Результат bool

SafeTokenHandle() публичный Метод

Initializes a new instance of the SafeTokenHandle class.
public SafeTokenHandle ( ) : Microsoft.Win32.SafeHandles
Результат Microsoft.Win32.SafeHandles