C# Class Microsoft.Win32.SafeHandles.SafeTokenHandle

Inheritance: System.Runtime.InteropServices.SafeHandle
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
InitialSetHandle void
ReleaseHandle bool
SafeTokenHandle System
SafeTokenHandle System

Méthodes publiques

Méthode Description
SafeTokenHandle ( IntPtr handle, bool ownsHandle ) : System

Private Methods

Méthode Description
InitialSetHandle ( IntPtr h ) : void
ReleaseHandle ( ) : bool
SafeTokenHandle ( ) : System
SafeTokenHandle ( IntPtr handle ) : System

Method Details

SafeTokenHandle() public méthode

public SafeTokenHandle ( IntPtr handle, bool ownsHandle ) : System
handle System.IntPtr
ownsHandle bool
Résultat System