GCHandle::Alloc Method
.NET Framework (current version)
Allocates a handle for the specified object.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Alloc(Object^) | Allocates a Normal handle for the specified object. |
![]() ![]() | Alloc(Object^, GCHandleType) | Allocates a handle of the specified type for the specified object. |
Show:

