C# 클래스 System.Threading.ThreadingAclExtensions

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
GetAccessControl ( this handle ) : System.Security.AccessControl.EventWaitHandleSecurity
GetAccessControl ( this mutex ) : System.Security.AccessControl.MutexSecurity
GetAccessControl ( this semaphore ) : System.Security.AccessControl.SemaphoreSecurity
SetAccessControl ( this handle, System eventSecurity ) : void

메소드 상세

GetAccessControl() 공개 정적인 메소드

public static GetAccessControl ( this handle ) : System.Security.AccessControl.EventWaitHandleSecurity
handle this
리턴 System.Security.AccessControl.EventWaitHandleSecurity

GetAccessControl() 공개 정적인 메소드

public static GetAccessControl ( this mutex ) : System.Security.AccessControl.MutexSecurity
mutex this
리턴 System.Security.AccessControl.MutexSecurity

GetAccessControl() 공개 정적인 메소드

public static GetAccessControl ( this semaphore ) : System.Security.AccessControl.SemaphoreSecurity
semaphore this
리턴 System.Security.AccessControl.SemaphoreSecurity

SetAccessControl() 공개 정적인 메소드

public static SetAccessControl ( this handle, System eventSecurity ) : void
handle this
eventSecurity System
리턴 void