C# Class RoboSharp.NativeMethods

Afficher le fichier Open project: tjscience/RoboSharp

Méthodes publiques

Méthode Description
Resume ( this process ) : void
Suspend ( this process ) : void

Private Methods

Méthode Description
OpenThread ( ThreadAccess dwDesiredAccess, bool bInheritHandle, uint dwThreadId ) : IntPtr
ResumeThread ( IntPtr hThread ) : int
SuspendThread ( IntPtr hThread ) : uint

Method Details

Resume() public static méthode

public static Resume ( this process ) : void
process this
Résultat void

Suspend() public static méthode

public static Suspend ( this process ) : void
process this
Résultat void