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

상속: IDisposable
파일 보기 프로젝트 열기: vargaz/mono 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
handle IntPtr

보호된 메소드들

메소드 설명
SafeHandle ( ) : System

비공개 메소드들

메소드 설명
Close ( ) : void
DangerousAddRef ( bool &success ) : void
DangerousGetHandle ( ) : IntPtr
DangerousRelease ( ) : void
Dispose ( ) : void
Dispose ( bool disposing ) : void
ReleaseHandle ( ) : bool
SafeHandle ( IntPtr invalidHandleValue, bool ownsHandle ) : System
SetHandle ( IntPtr handle ) : void
SetHandleAsInvalid ( ) : void

메소드 상세

SafeHandle() 보호된 메소드

protected SafeHandle ( ) : System
리턴 System

프로퍼티 상세

handle 보호되어 있는 프로퍼티

protected IntPtr handle
리턴 IntPtr