C# 클래스 KuduHandles.Handle

파일 보기 프로젝트 열기: projectkudu/KuduHandles 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ExecuteWithTimeout void
GetNameFromHandle string
GetTypeFromHandle string
Handle System

공개 메소드들

메소드 설명
Handle ( ulong processId, ulong handle, ushort rawType ) : System

비공개 메소드들

메소드 설명
ExecuteWithTimeout ( System.Action action, System.Action timeoutAction, System.TimeSpan timeout ) : void
GetNameFromHandle ( SafeGenericHandle handle ) : string
GetTypeFromHandle ( SafeGenericHandle handle ) : string
Handle ( ) : System

메소드 상세

Handle() 공개 메소드

public Handle ( ulong processId, ulong handle, ushort rawType ) : System
processId ulong
handle ulong
rawType ushort
리턴 System