Marshal.PtrToStructure Method
.NET Framework 4.5
Marshals data from an unmanaged block of memory to a managed 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 | |
|---|---|---|
|
PtrToStructure(IntPtr, Object) | Marshals data from an unmanaged block of memory to a managed object. |
|
PtrToStructure(IntPtr, Type) | Marshals data from an unmanaged block of memory to a newly allocated managed object of the specified type. |