Share via


TransparentProxyMethodInvocation Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Unity Application Block information can be found at the Unity Application Block site.

The TransparentProxyMethodInvocation type exposes the following members.

Constructors

  Name Description
Ee650361.pubmethod(en-us,PandP.10).gif TransparentProxyMethodInvocation
Creates a new IMethodInvocation implementation that wraps the given callMessage, with the given ultimate target object.

Methods

  Name Description
Ee650361.pubmethod(en-us,PandP.10).gif CreateExceptionMethodReturn
Factory method that creates the correct implementation of IMethodReturn in the presence of an exception.
Ee650361.pubmethod(en-us,PandP.10).gif CreateMethodReturn
Factory method that creates the correct implementation of IMethodReturn.
Ee650361.pubmethod(en-us,PandP.10).gif Equals (Inherited from Object.)
Ee650361.protmethod(en-us,PandP.10).gif Finalize (Inherited from Object.)
Ee650361.pubmethod(en-us,PandP.10).gif GetHashCode (Inherited from Object.)
Ee650361.pubmethod(en-us,PandP.10).gif GetType (Inherited from Object.)
Ee650361.protmethod(en-us,PandP.10).gif MemberwiseClone (Inherited from Object.)
Ee650361.pubmethod(en-us,PandP.10).gif ToString (Inherited from Object.)

Properties

  Name Description
Ee650361.pubproperty(en-us,PandP.10).gif Inputs
Gets the inputs for this call.
Ee650361.pubproperty(en-us,PandP.10).gif InvocationContext
Retrieves a dictionary that can be used to store arbitrary additional values. This allows the user to pass values between call handlers.
Ee650361.pubproperty(en-us,PandP.10).gif MethodBase
The method on Target that we're aiming at.
Ee650361.pubproperty(en-us,PandP.10).gif Target
The object that the call is made on.

Explicit Interface Implementations

  Name Description
Ee650361.pubinterface(en-us,PandP.10).gifEe650361.privproperty(en-us,PandP.10).gif IMethodInvocation.Arguments
Collection of all parameters to the call: in, out and byref.

See Also

TransparentProxyMethodInvocation Class

Microsoft.Practices.Unity.InterceptionExtension Namespace