C# Class Microsoft.Win32.SafeHandles.SafeTokenHandle

Inheritance: System.Runtime.InteropServices.SafeHandle
Exibir arquivo Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
InitialSetHandle void
ReleaseHandle bool
SafeTokenHandle System
SafeTokenHandle System

Public Methods

Method Description
SafeTokenHandle ( IntPtr handle, bool ownsHandle ) : System

Private Methods

Method Description
InitialSetHandle ( IntPtr h ) : void
ReleaseHandle ( ) : bool
SafeTokenHandle ( ) : System
SafeTokenHandle ( IntPtr handle ) : System

Method Details

SafeTokenHandle() public method

public SafeTokenHandle ( IntPtr handle, bool ownsHandle ) : System
handle System.IntPtr
ownsHandle bool
return System