@@ -9245,7 +9245,7 @@ On .NET 6 and later versions, this method is functionally equivalent to <xref:Sy
92459245 <AssemblyVersion>4.2.0.0</AssemblyVersion>
92469246 </AssemblyInfo>
92479247 <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>
92499249 </Docs>
92509250 </MemberGroup>
92519251 <Member MemberName="ReadIntPtr">
@@ -9393,7 +9393,7 @@ On .NET 6 and later versions, this method is functionally equivalent to <xref:Sy
93939393 <Docs>
93949394 <param name="ptr">The base address in unmanaged memory from which to read.</param>
93959395 <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>
93979397 <returns>The integer read from unmanaged memory at the given offset.</returns>
93989398 <remarks>
93999399 <format type="text/markdown"><![CDATA[
@@ -9488,7 +9488,7 @@ On .NET 6 and later versions, this method is functionally equivalent to <xref:Sy
94889488 <Docs>
94899489 <param name="ptr">The base address in unmanaged memory of the source object.</param>
94909490 <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>
94929492 <returns>The integer read from unmanaged memory at the given offset.</returns>
94939493 <remarks>
94949494 <format type="text/markdown"><![CDATA[
@@ -13285,7 +13285,7 @@ public static void ThrowExceptionForHR(interrorCode,IntPtrerrorInfo)
1328513285 <Docs>
1328613286 <param name="ptr">The address in unmanaged memory to write to.</param>
1328713287 <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>
1328913289 <remarks>
1329013290 <format type="text/markdown"><![CDATA[
1329113291
@@ -13466,7 +13466,7 @@ public static void ThrowExceptionForHR(interrorCode,IntPtrerrorInfo)
1346613466 <param name="ptr">The base address in unmanaged memory of the target object.</param>
1346713467 <param name="ofs">An additional byte offset, which is added to the <paramref name="ptr" /> parameter before writing.</param>
1346813468 <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>
1347013470 <remarks>
1347113471 <format type="text/markdown"><![CDATA[
1347213472
0 commit comments