System.Reflection.MonoMethodInfo.GetCallingConvention C# (CSharp) Метод

GetCallingConvention() статический приватный Метод

static private GetCallingConvention ( IntPtr handle ) : CallingConventions
handle IntPtr
Результат CallingConventions
		internal static CallingConventions GetCallingConvention (IntPtr handle)
		{
			return GetMethodInfo (handle).callconv;
		}