You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Runtime.InteropServices/Marshal.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3946,9 +3946,9 @@ The code retrieves a reference to an instance of Microsoft Word successfully. Ho
3946
3946
3947
3947
You must manually keep the delegate from being collected by the garbage collector from managed code. The garbage collector does not track references to unmanaged code.
3948
3948
3949
-
This API is unsupported in environments that do not support dynamic entrypoint allocation, such as `ProcessDynamicCodePolicy` on Windows, `execmem off` in SELinux, or WebAssembly.
3949
+
This API is unsupported in environments that don't support dynamic entry-point allocation, such as `ProcessDynamicCodePolicy` on Windows, `execmem off` in SELinux, and WebAssembly.
3950
3950
3951
-
It is recommended to use function pointers and (xref:System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute) instead. Function pointers are more efficient, easier to use correctly, and supported in all environments.
3951
+
It is recommended to use function pointers and <xref:System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute> instead. Function pointers are more efficient, easier to use correctly, and supported in all environments.
3952
3952
3953
3953
]]></format>
3954
3954
</remarks>
@@ -4020,9 +4020,9 @@ The code retrieves a reference to an instance of Microsoft Word successfully. Ho
4020
4020
4021
4021
You must manually keep the delegate from being collected by the garbage collector from managed code. The garbage collector does not track references to unmanaged code.
4022
4022
4023
-
This API is unsupported in environments that do not support dynamic entrypoint allocation, such as `ProcessDynamicCodePolicy` on Windows, `execmem off` in SELinux, or WebAssembly.
4023
+
This API is unsupported in environments that don't support dynamic entry-point allocation, such as `ProcessDynamicCodePolicy` on Windows, `execmem off` in SELinux, and WebAssembly.
4024
4024
4025
-
It is recommended to use function pointers and (xref:System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute) instead. Function pointers are more efficient, easier to use correctly, and supported in all environments.
4025
+
It is recommended to use function pointers and <xref:System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute> instead. Function pointers are more efficient, easier to use correctly, and supported in all environments.
4026
4026
]]></format>
4027
4027
</remarks>
4028
4028
<exception cref="T:System.ArgumentException">The <paramref name="d" /> parameter is a generic type definition.</exception>
0 commit comments