File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
xml/System.Runtime.InteropServices Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 27
27
## Remarks
28
28
29
29
Methods marked with this attribute have the following restrictions:
30
- * Method must be marked " static" .
30
+ * Method must be marked ` static` .
31
31
* Must not be called from managed code.
32
- * Must only have <see href=" https://docs.microsoft.com/dotnet/framework/interop/blittable-and-non-blittable-types">blittable</see> arguments.
32
+ * Must only have [blittable]( https://docs.microsoft.com/dotnet/framework/interop/blittable-and-non-blittable-types) arguments.
33
33
34
34
]]> </format >
35
35
</remarks >
@@ -75,7 +75,10 @@ Methods marked with this attribute have the following restrictions:
75
75
## Remarks
76
76
77
77
Supplied types must be from the official <xref:System.Runtime.CompilerServices> namespace and be of the form `CallConvXXX`.
78
-
78
+
79
+ The "default platform" calling convention is well defined for all supported platforms except for x86 based platforms. The x86 defaults are as follows:
80
+ * Windows - [stdcall](https://docs.microsoft.com/cpp/cpp/stdcall)
81
+ * Non-Windows - [cdecl](https://docs.microsoft.com/cpp/cpp/cdecl)
79
82
]]> </format >
80
83
</remarks >
81
84
</Docs >
You can’t perform that action at this time.
0 commit comments