@@ -9245,7 +9245,7 @@ On .NET 6 and later versions, this method is functionally equivalent to <xref:Sy
9245
9245
<AssemblyVersion>4.2.0.0</AssemblyVersion>
9246
9246
</AssemblyInfo>
9247
9247
<Docs>
9248
- <summary>Reads a processor native sized integer from unmanaged memory. Reading from unaligned memory locations is supported.</summary>
9248
+ <summary>Reads a processor native- sized integer from unmanaged memory. Reading from unaligned memory locations is supported.</summary>
9249
9249
</Docs>
9250
9250
</MemberGroup>
9251
9251
<Member MemberName="ReadIntPtr">
@@ -9393,7 +9393,7 @@ On .NET 6 and later versions, this method is functionally equivalent to <xref:Sy
9393
9393
<Docs>
9394
9394
<param name="ptr">The base address in unmanaged memory from which to read.</param>
9395
9395
<param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before reading.</param>
9396
- <summary>Reads a processor native sized integer at a given offset from unmanaged memory.</summary>
9396
+ <summary>Reads a processor native- sized integer at a given offset from unmanaged memory.</summary>
9397
9397
<returns>The integer read from unmanaged memory at the given offset.</returns>
9398
9398
<remarks>
9399
9399
<format type="text/markdown"><![CDATA[
@@ -9488,7 +9488,7 @@ On .NET 6 and later versions, this method is functionally equivalent to <xref:Sy
9488
9488
<Docs>
9489
9489
<param name="ptr">The base address in unmanaged memory of the source object.</param>
9490
9490
<param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before reading.</param>
9491
- <summary>Reads a processor native sized integer from unmanaged memory.</summary>
9491
+ <summary>Reads a processor native- sized integer from unmanaged memory.</summary>
9492
9492
<returns>The integer read from unmanaged memory at the given offset.</returns>
9493
9493
<remarks>
9494
9494
<format type="text/markdown"><![CDATA[
@@ -13285,7 +13285,7 @@ public static void ThrowExceptionForHR(interrorCode,IntPtrerrorInfo)
13285
13285
<Docs>
13286
13286
<param name="ptr">The address in unmanaged memory to write to.</param>
13287
13287
<param name="val">The value to write.</param>
13288
- <summary>Writes a processor native sized integer value into unmanaged memory.</summary>
13288
+ <summary>Writes a processor native- sized integer value into unmanaged memory.</summary>
13289
13289
<remarks>
13290
13290
<format type="text/markdown"><![CDATA[
13291
13291
@@ -13466,7 +13466,7 @@ public static void ThrowExceptionForHR(interrorCode,IntPtrerrorInfo)
13466
13466
<param name="ptr">The base address in unmanaged memory of the target object.</param>
13467
13467
<param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before writing.</param>
13468
13468
<param name="val">The value to write.</param>
13469
- <summary>Writes a processor native sized integer value to unmanaged memory.</summary>
13469
+ <summary>Writes a processor native- sized integer value to unmanaged memory.</summary>
13470
13470
<remarks>
13471
13471
<format type="text/markdown"><![CDATA[
13472
13472
0 commit comments