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

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

공개 메소드들

메소드 설명
Equals ( Object o ) : bool
GetHashCode ( ) : int
ToIntPtr ( GCHandle value ) : IntPtr
operator ( ) : bool

비공개 메소드들

메소드 설명
AddrOfPinnedObject ( ) : IntPtr
Alloc ( Object value ) : GCHandle
Alloc ( Object value, GCHandleType type ) : GCHandle
Free ( ) : void
FromIntPtr ( IntPtr value ) : GCHandle
GCHandle ( IntPtr handle ) : System
GCHandle ( Object value, GCHandleType type ) : System
GetHandleValue ( ) : IntPtr
InternalAddrOfPinnedObject ( IntPtr handle ) : IntPtr
InternalAlloc ( Object value, GCHandleType type ) : IntPtr
InternalCheckDomain ( IntPtr handle ) : void
InternalCompareExchange ( IntPtr handle, Object value, Object oldValue, bool isPinned ) : Object
InternalFree ( IntPtr handle ) : void
InternalGet ( IntPtr handle ) : Object
InternalSet ( IntPtr handle, Object value, bool isPinned ) : void
IsPinned ( ) : bool
SetIsPinned ( ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( Object o ) : bool
o Object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToIntPtr() 공개 정적인 메소드

public static ToIntPtr ( GCHandle value ) : IntPtr
value GCHandle
리턴 System.IntPtr

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool