System.Reflection.CallingConventions public enum CallingConventions Documentation Code namespace System.Reflection { public enum CallingConventions { Any = 3, ExplicitThis = 64, HasThis = 32, Standard = 1, VarArgs = 2 } }