C# Class Microsoft.Win32.SafeHandles.SafeAccessTokenHandle

Inheritance: System.Runtime.InteropServices.SafeHandle
ファイルを表示 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
SafeAccessTokenHandle ( IntPtr handle ) : System

Protected Methods

Method Description
ReleaseHandle ( ) : bool

Private Methods

Method Description
SafeAccessTokenHandle ( ) : System

Method Details

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool

SafeAccessTokenHandle() public method

public SafeAccessTokenHandle ( IntPtr handle ) : System
handle System.IntPtr
return System