MethodCallingConvention Enumeration |
Namespace: Mono.Cecil
[FlagsAttribute] public enum MethodCallingConvention
Member name | Value | Description | |
---|---|---|---|
Default | 0 | ||
C | 1 | ||
StdCall | 2 | ||
ThisCall | 3 | ||
FastCall | 4 | ||
VarArg | 5 | ||
Generic | 16 |
Copyright (C) 2011-2019, Inevitable Software, all rights reserved.