JustMock

The IInvocation type exposes the following members.

Methods

  NameDescription
Public methodContinue
Exectues the orignal method.
Public methodSetReturn
Sets the return value for the interception.

Properties

  NameDescription
Public propertyArguments
Gets the arguments for invoked method.
Public propertyDeclaringType
Gets the declaring type of the invocation.
Public propertyMethod
Gets the invoked member itself.
Public propertyReturnValue
Gets the return value.
(Inherited from IReturnValueInvocation.)
Public propertyTarget
Gets the invocation target

See Also