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.
Unmanaged
1 parent 2c68927 commit 49b1c52Copy full SHA for 49b1c52
Mono.Cecil/MethodCallingConvention.cs
@@ -17,6 +17,7 @@ public enum MethodCallingConvention : byte {
17
ThisCall = 0x3,
18
FastCall = 0x4,
19
VarArg = 0x5,
20
+ Unmanaged = 0x9,
21
Generic = 0x10,
22
}
23
0 commit comments