System.Reflection.MonoMethodInfo.GetCallingConvention C# (CSharp) Method

GetCallingConvention() static private method

static private GetCallingConvention ( IntPtr handle ) : CallingConventions
handle IntPtr
return CallingConventions
		internal static CallingConventions GetCallingConvention (IntPtr handle)
		{
			return GetMethodInfo (handle).callconv;
		}