GetReturnType() static private method

static private GetReturnType ( IntPtr handle ) : Type
handle IntPtr
return Type
 internal static ParameterInfo GetReturnParameterInfo(MonoMethod method)
 {
     return(new ParameterInfo(MonoMethodInfo.GetReturnType(method.mhandle), method, MonoMethodInfo.get_retval_marshal(method.mhandle)));
 }