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;
		}