Skip to content

Commit

Permalink
Add Unmanaged calling convention (jbevain#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zastai committed Jun 15, 2022
1 parent 2c68927 commit 49b1c52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mono.Cecil/MethodCallingConvention.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public enum MethodCallingConvention : byte {
ThisCall = 0x3,
FastCall = 0x4,
VarArg = 0x5,
Unmanaged = 0x9,
Generic = 0x10,
}
}

0 comments on commit 49b1c52

Please sign in to comment.