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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3946,7 +3946,7 @@ 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 or WebAssembly.
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.
3950
3950
3951
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
@@ -4020,7 +4020,7 @@ 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 or WebAssembly.
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.
4024
4024
4025
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.
0 commit comments