GCHandle.Alloc Method
.NET Framework 4.5
Allocates a handle for the specified object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |