This topic has not yet been rated - Rate this topic

Marshal.PtrToStructure Method

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
Public method Static member PtrToStructure(IntPtr, Object) Marshals data from an unmanaged block of memory to a managed object.
Public method Static member PtrToStructure(IntPtr, Type) Marshals data from an unmanaged block of memory to a newly allocated managed object of the specified type.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.