C# Class RestrictedProcess.JobObjects.JobObject

Inheritance: IDisposable
Afficher le fichier Open project: NikolayIT/RestrictedProcess.NET

Méthodes publiques

Méthode Description
AddProcess ( IntPtr processHandle ) : bool
Close ( ) : void
Dispose ( ) : void
GetExtendedLimitInformation ( ) : ExtendedLimitInformation
JobObject ( ) : System
SetBasicUiRestrictions ( BasicUiRestrictions uiRestrictions ) : void
SetExtendedLimitInformation ( ExtendedLimitInformation extendedInfo ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

AddProcess() public méthode

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

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetExtendedLimitInformation() public méthode

public GetExtendedLimitInformation ( ) : ExtendedLimitInformation
Résultat ExtendedLimitInformation

JobObject() public méthode

public JobObject ( ) : System
Résultat System

SetBasicUiRestrictions() public méthode

public SetBasicUiRestrictions ( BasicUiRestrictions uiRestrictions ) : void
uiRestrictions BasicUiRestrictions
Résultat void

SetExtendedLimitInformation() public méthode

public SetExtendedLimitInformation ( ExtendedLimitInformation extendedInfo ) : void
extendedInfo ExtendedLimitInformation
Résultat void