C# Class BelhardTraining.LessonMultithreading.SafeTokenHandle

Represents a wrapper class for a token handle.
Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Afficher le fichier Open project: bazile/Training Class Usage Examples

Méthodes publiques

Méthode Description
SafeTokenHandle ( IntPtr handle ) : System

Méthodes protégées

Méthode Description
ReleaseHandle ( ) : bool

Private Methods

Méthode Description
SafeTokenHandle ( ) : System Не удаляйте этот конструктор т.к. программа не будет работать без него

Method Details

ReleaseHandle() protected méthode

protected ReleaseHandle ( ) : bool
Résultat bool

SafeTokenHandle() public méthode

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