C# 클래스 RestrictedProcess.JobObjects.JobObject

상속: IDisposable
파일 보기 프로젝트 열기: NikolayIT/RestrictedProcess.NET

공개 메소드들

메소드 설명
AddProcess ( IntPtr processHandle ) : bool
Close ( ) : void
Dispose ( ) : void
GetExtendedLimitInformation ( ) : ExtendedLimitInformation
JobObject ( ) : System
SetBasicUiRestrictions ( BasicUiRestrictions uiRestrictions ) : void
SetExtendedLimitInformation ( ExtendedLimitInformation extendedInfo ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

AddProcess() 공개 메소드

public AddProcess ( IntPtr processHandle ) : bool
processHandle System.IntPtr
리턴 bool

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetExtendedLimitInformation() 공개 메소드

public GetExtendedLimitInformation ( ) : ExtendedLimitInformation
리턴 ExtendedLimitInformation

JobObject() 공개 메소드

public JobObject ( ) : System
리턴 System

SetBasicUiRestrictions() 공개 메소드

public SetBasicUiRestrictions ( BasicUiRestrictions uiRestrictions ) : void
uiRestrictions BasicUiRestrictions
리턴 void

SetExtendedLimitInformation() 공개 메소드

public SetExtendedLimitInformation ( ExtendedLimitInformation extendedInfo ) : void
extendedInfo ExtendedLimitInformation
리턴 void