JustMock
Search JustMock
Contents
Introduction
Release Notes
Getting Started
Basic Usage
Advanced Usage
Scenarios
Integration
API Reference
Telerik.JustMock Namespace
Telerik.JustMock.Abstraction Namespace
Telerik.JustMock.DynamicProxy Namespace
Telerik.JustMock.DynamicProxy.Abstraction Namespace
IFactory Interface
IInterceptor Interface
IInvocation Interface
IInvocation Members
IInvocation Methods
IInvocation Properties
Arguments Property
DeclaringType Property
Method Property
Target Property
IProxy Interface
Telerik.JustMock.DynamicProxy.Fluent Namespace
Telerik.JustMock.DynamicProxy.Fluent.Abstraction Namespace
Telerik.JustMock.Expectations Namespace
Telerik.JustMock.Expectations.Abstraction Namespace
Telerik.JustMock.Helpers Namespace
Telerik.JustMock.Interceptors Namespace
Telerik.JustMock.Internals Namespace
Telerik.JustMock.Setup Namespace
Telerik.JustMock.Weaver Namespace
Telerik.JustMock.Weaver.Abstraction Namespace
Telerik.JustMock.Weaver.Interceptors Namespace
Telerik.JustMock.Weaver.Interceptors.Abstraction Namespace
Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Members: Show All
Members: Filtered
Members: Filtered
Members: Filtered
C#
Visual Basic
Include Protected Members
Include Inherited Members
Telerik JustMock Manual
IInvocation Properties
IInvocation Interface
See Also
Send Feedback
The
IInvocation
type exposes the following members.
Properties
Name
Description
Arguments
Gets the arguments for invoked method.
DeclaringType
Gets the declaring type of the invocation.
Method
Gets the invoked member itself.
ReturnValue
Gets the return value.
(Inherited from
IReturnValueInvocation
.)
Target
Gets the invocation target
See Also
IInvocation Interface
Telerik.JustMock.DynamicProxy.Abstraction Namespace