Home
last modified time | relevance | path

Searched refs:MonoMethodInfo (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Reflection/
H A DMonoMethod.cs48 internal struct MonoMethodInfo struct
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);
357 return MonoMethodInfo.GetAttributes (mhandle);
374 return MonoMethodInfo.GetDeclaringType (mhandle);
405 MonoMethodInfo info = MonoMethodInfo.GetMethodInfo (mhandle); in GetPseudoCustomAttributes()
691 return MonoMethodInfo.GetAttributes (mhandle);
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dobject-internals.h910 } MonoMethodInfo; typedef
H A Dicall.c1868 ves_icall_get_method_info (MonoMethod *method, MonoMethodInfo *info, MonoError *error) in ves_icall_get_method_info()