| Name | Description |
|---|
 | BeginInvokeAction(ControllerContext^, String^, AsyncCallback^, Object^) | Invokes the asynchronous action method by using the specified controller context, action name, callback method, and state. |
 | BeginInvokeActionMethod(ControllerContext^, ActionDescriptor^, IDictionary<String^, Object^>^, AsyncCallback^, Object^) | Invokes the asynchronous action method by using the specified controller context, action descriptor, parameters, callback method, and state. |
 | BeginInvokeActionMethodWithFilters(ControllerContext^, IList<IActionFilter^>^, ActionDescriptor^, IDictionary<String^, Object^>^, AsyncCallback^, Object^) | Invokes the asynchronous action method by using the specified controller context, filters, action descriptor, parameters, callback method, and state. |
 | CreateActionResult(ControllerContext^, ActionDescriptor^, Object^) | |
 | EndInvokeAction(IAsyncResult^) | |
 | EndInvokeActionMethod(IAsyncResult^) | |
 | EndInvokeActionMethodWithFilters(IAsyncResult^) | |
 | Equals(Object^) | |
 | Finalize() | |
 | FindAction(ControllerContext^, ControllerDescriptor^, String^) | |
 | GetControllerDescriptor(ControllerContext^) | |
 | GetFilters(ControllerContext^, ActionDescriptor^) | |
 | GetHashCode() | |
 | GetParameterValue(ControllerContext^, ParameterDescriptor^) | |
 | GetParameterValues(ControllerContext^, ActionDescriptor^) | |
 | GetType() | |
 | InvokeAction(ControllerContext^, String^) | |
 | InvokeActionMethod(ControllerContext^, ActionDescriptor^, IDictionary<String^, Object^>^) | Invokes the specified action method by using the specified parameters and the controller context.(Inherited from ControllerActionInvoker.) |
 | InvokeActionMethodWithFilters(ControllerContext^, IList<IActionFilter^>^, ActionDescriptor^, IDictionary<String^, Object^>^) | Invokes the specified action method by using the specified parameters, controller context, and action filters.(Inherited from ControllerActionInvoker.) |
 | InvokeActionResult(ControllerContext^, ActionResult^) | Invokes the specified action result by using the specified controller context.(Inherited from ControllerActionInvoker.) |
 | InvokeActionResultWithFilters(ControllerContext^, IList<IResultFilter^>^, ActionResult^) | Invokes the specified action result by using the specified action filters and the controller context.(Inherited from ControllerActionInvoker.) |
 | InvokeAuthenticationFilters(ControllerContext^, IList<IAuthenticationFilter^>^, ActionDescriptor^) | |
 | InvokeAuthenticationFiltersChallenge(ControllerContext^, IList<IAuthenticationFilter^>^, ActionDescriptor^, ActionResult^) | |
 | InvokeAuthorizationFilters(ControllerContext^, IList<IAuthorizationFilter^>^, ActionDescriptor^) | Invokes the specified authorization filters by using the specified action descriptor and controller context.(Inherited from ControllerActionInvoker.) |
 | InvokeExceptionFilters(ControllerContext^, IList<IExceptionFilter^>^, Exception^) | Invokes the specified exception filters by using the specified exception and controller context.(Inherited from ControllerActionInvoker.) |
 | MemberwiseClone() | |
 | ToString() | |