Lines Matching refs:MonoMethodInfo

48 	internal struct MonoMethodInfo   struct
59 static extern void get_method_info (IntPtr handle, out MonoMethodInfo info); in get_method_info() argument
64 internal static MonoMethodInfo GetMethodInfo (IntPtr handle) in GetMethodInfo() argument
66 MonoMethodInfo info; in GetMethodInfo()
67 MonoMethodInfo.get_method_info (handle, out info); in GetMethodInfo()
235 return MonoMethodInfo.GetReturnParameterInfo (this);
241 return MonoMethodInfo.GetReturnType (mhandle);
246 return MonoMethodInfo.GetReturnParameterInfo (this);
252 return MonoMethodInfo.GetMethodImplementationFlags (mhandle); in GetMethodImplementationFlags()
257 var src = MonoMethodInfo.GetParametersInfo (mhandle, this); in GetParameters()
269 return MonoMethodInfo.GetParametersInfo (mhandle, this); in GetParametersInternal()
274 return MonoMethodInfo.GetParametersInfo (mhandle, this).Length; in GetParametersCount()
357 return MonoMethodInfo.GetAttributes (mhandle);
363 return MonoMethodInfo.GetCallingConvention (mhandle);
374 return MonoMethodInfo.GetDeclaringType (mhandle);
405 MonoMethodInfo info = MonoMethodInfo.GetMethodInfo (mhandle); in GetPseudoCustomAttributes()
596 return MonoMethodInfo.GetMethodImplementationFlags (mhandle); in GetMethodImplementationFlags()
601 return MonoMethodInfo.GetParametersInfo (mhandle, this); in GetParameters()
606 return MonoMethodInfo.GetParametersInfo (mhandle, this); in GetParametersInternal()
611 var pi = MonoMethodInfo.GetParametersInfo (mhandle, this); in GetParametersCount()
641 ParameterInfo[] pinfo = MonoMethodInfo.GetParametersInfo (mhandle, this); in DoInvoke()
691 return MonoMethodInfo.GetAttributes (mhandle);
697 return MonoMethodInfo.GetCallingConvention (mhandle);
714 return MonoMethodInfo.GetDeclaringType (mhandle);