C# Class RestrictedProcess.JobObjects.JobObject

Inheritance: IDisposable
Datei anzeigen Open project: NikolayIT/RestrictedProcess.NET

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

AddProcess() public method

public AddProcess ( IntPtr processHandle ) : bool
processHandle System.IntPtr
return bool

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetExtendedLimitInformation() public method

public GetExtendedLimitInformation ( ) : ExtendedLimitInformation
return ExtendedLimitInformation

JobObject() public method

public JobObject ( ) : System
return System

SetBasicUiRestrictions() public method

public SetBasicUiRestrictions ( BasicUiRestrictions uiRestrictions ) : void
uiRestrictions BasicUiRestrictions
return void

SetExtendedLimitInformation() public method

public SetExtendedLimitInformation ( ExtendedLimitInformation extendedInfo ) : void
extendedInfo ExtendedLimitInformation
return void