C# Class ProcessExtension, ProcessUtil

Afficher le fichier Open project: SarathR/ProcessUtil Class Usage Examples

Méthodes publiques

Méthode Description
Print ( this process ) : void
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

Print() public static méthode

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

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