C# Class Microsoft.Win32.SafeHandles.SafeProcessHandle

Inheritance: SafeHandleZeroOrMinusOneIsInvalid
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
SafeProcessHandle ( System existingHandle, bool ownsHandle )
SafeProcessHandle ( IntPtr existingHandle, bool ownsHandle ) : System

Méthodes protégées

Méthode Description
ReleaseHandle ( ) : bool

Private Methods

Méthode Description
InitialSetHandle ( IntPtr h ) : void
SafeProcessHandle ( ) : System
SafeProcessHandle ( IntPtr handle ) : System
SafeProcessHandle ( int processId ) : System

Method Details

ReleaseHandle() protected méthode

protected ReleaseHandle ( ) : bool
Résultat bool

SafeProcessHandle() public méthode

public SafeProcessHandle ( System existingHandle, bool ownsHandle )
existingHandle System
ownsHandle bool

SafeProcessHandle() public méthode

public SafeProcessHandle ( IntPtr existingHandle, bool ownsHandle ) : System
existingHandle System.IntPtr
ownsHandle bool
Résultat System