C# 클래스 System.Runtime.InteropServices.CriticalHandle

상속: IDisposable
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
handle IntPtr

비공개 메소드들

메소드 설명
Cleanup ( ) : void
Close ( ) : void
CriticalHandle ( IntPtr invalidHandleValue ) : System
Dispose ( ) : void
Dispose ( bool disposing ) : void
FireCustomerDebugProbe ( ) : void
ReleaseHandle ( ) : bool
SetHandle ( IntPtr handle ) : void
SetHandleAsInvalid ( ) : void

프로퍼티 상세

handle 보호되어 있는 프로퍼티

protected IntPtr handle
리턴 IntPtr