Marshal.WriteIntPtr Method
.NET Framework 2.0
Writes a processor native sized integer value to unmanaged memory.
| Name | Description |
|---|---|
| Marshal.WriteIntPtr (IntPtr, IntPtr) | Writes a processor native sized integer value into unmanaged memory. Supported by the .NET Compact Framework. |
| Marshal.WriteIntPtr (IntPtr, Int32, IntPtr) | Writes a processor native sized integer value to unmanaged memory. |
| Marshal.WriteIntPtr (Object, Int32, IntPtr) | Writes a processor native sized integer value to unmanaged memory. |