C# 클래스 LazyCopy.Utilities.Native.SafeTokenHandle

Represents a wrapper class for a find handle used by the NativeMethods.OpenProcessToken function.
상속: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
파일 보기 프로젝트 열기: aleksk/LazyCopy

공개 메소드들

메소드 설명
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