C# Class WindowsExecutionEngine.Job

Inheritance: IDisposable
Afficher le fichier Open project: ren85/rextester_win Class Usage Examples

Méthodes publiques

Méthode Description
AddProcess ( IntPtr processHandle ) : bool
AddProcess ( int processId ) : bool
Close ( ) : void
Dispose ( ) : void
Job ( ) : System

Private Methods

Méthode Description
AssignProcessToJobObject ( IntPtr job, IntPtr process ) : bool
CloseHandle ( IntPtr hObject ) : int
CreateJobObject ( IntPtr a, string lpName ) : IntPtr
Dispose ( bool disposing ) : void
SetInformationJobObject ( IntPtr hJob, JobObjectInfoType infoType, IntPtr lpJobObjectInfo, UInt32 cbJobObjectInfoLength ) : bool

Method Details

AddProcess() public méthode

public AddProcess ( IntPtr processHandle ) : bool
processHandle System.IntPtr
Résultat bool

AddProcess() public méthode

public AddProcess ( int processId ) : bool
processId int
Résultat bool

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Job() public méthode

public Job ( ) : System
Résultat System