System.Reflection.MonoMethodInfo.GetDeclaringType C# (CSharp) Méthode

GetDeclaringType() static private méthode

static private GetDeclaringType ( IntPtr handle ) : Type
handle IntPtr
Résultat Type
		internal static Type GetDeclaringType (IntPtr handle)
		{
			return GetMethodInfo (handle).parent;
		}