We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13b64f commit 8799119Copy full SHA for 8799119
xml/System.Runtime.InteropServices/UnmanagedCallersOnlyAttribute.xml
@@ -68,8 +68,16 @@ Methods marked with this attribute have the following restrictions:
68
<ReturnType>System.Type[]</ReturnType>
69
</ReturnValue>
70
<Docs>
71
- <summary>To be added.</summary>
72
- <remarks>To be added.</remarks>
+ <summary>Optional. If omitted, the runtime will use the default platform calling convention.</summary>
+ <remarks>
73
+ <format type="text/markdown"><![CDATA[
74
+
75
+## Remarks
76
77
+Supplied types must be from the official <xref:System.Runtime.CompilerServices> namespace and be of the form `CallConvXXX`.
78
79
+ ]]></format>
80
+ </remarks>
81
</Docs>
82
</Member>
83
<Member MemberName="EntryPoint">
0 commit comments