Method |
Description |
|
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 |
|
|