|
329 | 329 | </Docs>
|
330 | 330 | </Member>
|
331 | 331 | <Member MemberName="AllocHGlobal">
|
332 |
| - <MemberSignature Language="C#" Value="public static IntPtr AllocHGlobal (nint cb);" /> |
| 332 | + <MemberSignature Language="C#" Value="public static IntPtr AllocHGlobal (IntPtr cb);" /> |
333 | 333 | <MemberSignature Language="ILAsm" Value=".method public static hidebysig native int AllocHGlobal(native int cb) cil managed" />
|
334 | 334 | <MemberSignature Language="DocId" Value="M:System.Runtime.InteropServices.Marshal.AllocHGlobal(System.IntPtr)" />
|
335 | 335 | <MemberSignature Language="VB.NET" Value="Public Shared Function AllocHGlobal (cb As IntPtr) As IntPtr" />
|
@@ -9249,7 +9249,7 @@ On .NET 6 and later versions, this method is functionally equivalent to <xref:Sy
|
9249 | 9249 | </Docs>
|
9250 | 9250 | </MemberGroup>
|
9251 | 9251 | <Member MemberName="ReadIntPtr">
|
9252 |
| - <MemberSignature Language="C#" Value="public static nint ReadIntPtr (IntPtr ptr);" /> |
| 9252 | + <MemberSignature Language="C#" Value="public static IntPtr ReadIntPtr (IntPtr ptr);" /> |
9253 | 9253 | <MemberSignature Language="ILAsm" Value=".method public static hidebysig native int ReadIntPtr(native int ptr) cil managed" />
|
9254 | 9254 | <MemberSignature Language="DocId" Value="M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr)" />
|
9255 | 9255 | <MemberSignature Language="VB.NET" Value="Public Shared Function ReadIntPtr (ptr As IntPtr) As IntPtr" />
|
@@ -9337,7 +9337,7 @@ On .NET 6 and later versions, this method is functionally equivalent to <xref:Sy
|
9337 | 9337 | </Docs>
|
9338 | 9338 | </Member>
|
9339 | 9339 | <Member MemberName="ReadIntPtr">
|
9340 |
| - <MemberSignature Language="C#" Value="public static nint ReadIntPtr (IntPtr ptr, int ofs);" /> |
| 9340 | + <MemberSignature Language="C#" Value="public static IntPtr ReadIntPtr (IntPtr ptr, int ofs);" /> |
9341 | 9341 | <MemberSignature Language="ILAsm" Value=".method public static hidebysig native int ReadIntPtr(native int ptr, int32 ofs) cil managed" />
|
9342 | 9342 | <MemberSignature Language="DocId" Value="M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.IntPtr,System.Int32)" />
|
9343 | 9343 | <MemberSignature Language="VB.NET" Value="Public Shared Function ReadIntPtr (ptr As IntPtr, ofs As Integer) As IntPtr" />
|
@@ -9419,7 +9419,7 @@ On .NET 6 and later versions, this method is functionally equivalent to <xref:Sy
|
9419 | 9419 | </Docs>
|
9420 | 9420 | </Member>
|
9421 | 9421 | <Member MemberName="ReadIntPtr">
|
9422 |
| - <MemberSignature Language="C#" Value="public static nint ReadIntPtr (object ptr, int ofs);" /> |
| 9422 | + <MemberSignature Language="C#" Value="public static IntPtr ReadIntPtr (object ptr, int ofs);" /> |
9423 | 9423 | <MemberSignature Language="ILAsm" Value=".method public static hidebysig native int ReadIntPtr(object ptr, int32 ofs) cil managed" FrameworkAlternate="dotnet-uwp-10.0;net-10.0;net-5.0;net-6.0;net-7.0;net-8.0;net-9.0;netcore-1.0;netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-4.6.2-pp;netframework-4.7.1-pp;netframework-4.7.2-pp;netframework-4.7-pp;netframework-4.8.1-pp;netframework-4.8-pp;netstandard-1.1;netstandard-1.2;netstandard-1.3;netstandard-1.4;netstandard-1.5;netstandard-1.6;netstandard-2.0;netstandard-2.1" />
|
9424 | 9424 | <MemberSignature Language="DocId" Value="M:System.Runtime.InteropServices.Marshal.ReadIntPtr(System.Object,System.Int32)" />
|
9425 | 9425 | <MemberSignature Language="VB.NET" Value="Public Shared Function ReadIntPtr (ptr As Object, ofs As Integer) As IntPtr" />
|
@@ -9575,7 +9575,7 @@ On .NET 6 and later versions, this method is functionally equivalent to <xref:Sy
|
9575 | 9575 | </Docs>
|
9576 | 9576 | </Member>
|
9577 | 9577 | <Member MemberName="ReAllocHGlobal">
|
9578 |
| - <MemberSignature Language="C#" Value="public static IntPtr ReAllocHGlobal (IntPtr pv, nint cb);" /> |
| 9578 | + <MemberSignature Language="C#" Value="public static IntPtr ReAllocHGlobal (IntPtr pv, IntPtr cb);" /> |
9579 | 9579 | <MemberSignature Language="ILAsm" Value=".method public static hidebysig native int ReAllocHGlobal(native int pv, native int cb) cil managed" />
|
9580 | 9580 | <MemberSignature Language="DocId" Value="M:System.Runtime.InteropServices.Marshal.ReAllocHGlobal(System.IntPtr,System.IntPtr)" />
|
9581 | 9581 | <MemberSignature Language="VB.NET" Value="Public Shared Function ReAllocHGlobal (pv As IntPtr, cb As IntPtr) As IntPtr" />
|
@@ -13233,7 +13233,7 @@ public static void ThrowExceptionForHR(interrorCode,IntPtrerrorInfo)
|
13233 | 13233 | </Docs>
|
13234 | 13234 | </MemberGroup>
|
13235 | 13235 | <Member MemberName="WriteIntPtr">
|
13236 |
| - <MemberSignature Language="C#" Value="public static void WriteIntPtr (IntPtr ptr, nint val);" /> |
| 13236 | + <MemberSignature Language="C#" Value="public static void WriteIntPtr (IntPtr ptr, IntPtr val);" /> |
13237 | 13237 | <MemberSignature Language="ILAsm" Value=".method public static hidebysig void WriteIntPtr(native int ptr, native int val) cil managed" />
|
13238 | 13238 | <MemberSignature Language="DocId" Value="M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.IntPtr)" />
|
13239 | 13239 | <MemberSignature Language="VB.NET" Value="Public Shared Sub WriteIntPtr (ptr As IntPtr, val As IntPtr)" />
|
@@ -13318,7 +13318,7 @@ public static void ThrowExceptionForHR(interrorCode,IntPtrerrorInfo)
|
13318 | 13318 | </Docs>
|
13319 | 13319 | </Member>
|
13320 | 13320 | <Member MemberName="WriteIntPtr">
|
13321 |
| - <MemberSignature Language="C#" Value="public static void WriteIntPtr (IntPtr ptr, int ofs, nint val);" /> |
| 13321 | + <MemberSignature Language="C#" Value="public static void WriteIntPtr (IntPtr ptr, int ofs, IntPtr val);" /> |
13322 | 13322 | <MemberSignature Language="ILAsm" Value=".method public static hidebysig void WriteIntPtr(native int ptr, int32 ofs, native int val) cil managed" />
|
13323 | 13323 | <MemberSignature Language="DocId" Value="M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.IntPtr,System.Int32,System.IntPtr)" />
|
13324 | 13324 | <MemberSignature Language="VB.NET" Value="Public Shared Sub WriteIntPtr (ptr As IntPtr, ofs As Integer, val As IntPtr)" />
|
@@ -13399,7 +13399,7 @@ public static void ThrowExceptionForHR(interrorCode,IntPtrerrorInfo)
|
13399 | 13399 | </Docs>
|
13400 | 13400 | </Member>
|
13401 | 13401 | <Member MemberName="WriteIntPtr">
|
13402 |
| - <MemberSignature Language="C#" Value="public static void WriteIntPtr (object ptr, int ofs, nint val);" /> |
| 13402 | + <MemberSignature Language="C#" Value="public static void WriteIntPtr (object ptr, int ofs, IntPtr val);" /> |
13403 | 13403 | <MemberSignature Language="ILAsm" Value=".method public static hidebysig void WriteIntPtr(object ptr, int32 ofs, native int val) cil managed" FrameworkAlternate="dotnet-uwp-10.0;net-10.0;net-5.0;net-6.0;net-7.0;net-8.0;net-9.0;netcore-1.0;netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-4.6.2-pp;netframework-4.7.1-pp;netframework-4.7.2-pp;netframework-4.7-pp;netframework-4.8.1-pp;netframework-4.8-pp;netstandard-1.1;netstandard-1.2;netstandard-1.3;netstandard-1.4;netstandard-1.5;netstandard-1.6;netstandard-2.0;netstandard-2.1" />
|
13404 | 13404 | <MemberSignature Language="DocId" Value="M:System.Runtime.InteropServices.Marshal.WriteIntPtr(System.Object,System.Int32,System.IntPtr)" />
|
13405 | 13405 | <MemberSignature Language="VB.NET" Value="Public Shared Sub WriteIntPtr (ptr As Object, ofs As Integer, val As IntPtr)" />
|
|
0 commit comments