Method | Description | |
---|---|---|
GetArgumentValue ( int index ) : object | ||
GetConcreteMethod ( ) : |
||
GetConcreteMethodInvocationTarget ( ) : |
||
Proceed ( ) : void | ||
SetArgumentValue ( int index, object value ) : void | ||
WebApiInvocation ( System.Web.Http.Controllers.HttpActionContext httpActionContext ) : System |
public GetArgumentValue ( int index ) : object | ||
index | int | |
return | object |
public GetConcreteMethod ( ) : |
||
return |
public GetConcreteMethodInvocationTarget ( ) : |
||
return |
public SetArgumentValue ( int index, object value ) : void | ||
index | int | |
value | object | |
return | void |
public WebApiInvocation ( System.Web.Http.Controllers.HttpActionContext httpActionContext ) : System | ||
httpActionContext | System.Web.Http.Controllers.HttpActionContext | |
return | System |