Skip to content

Commit 49b1c52

Browse files
authored
Add Unmanaged calling convention (#852)
Fixes #842.
1 parent 2c68927 commit 49b1c52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Mono.Cecil/MethodCallingConvention.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public enum MethodCallingConvention : byte {
1717
ThisCall = 0x3,
1818
FastCall = 0x4,
1919
VarArg = 0x5,
20+
Unmanaged = 0x9,
2021
Generic = 0x10,
2122
}
2223
}

0 commit comments

Comments
 (0)