What is the different between the Arguments collection and the Inputs collection in the IMethodInvocation interface?
Both are types of IParameterCollection.
What is the different between the Arguments collection and the Inputs collection in the IMethodInvocation interface?
Both are types of IParameterCollection.
Copyright © 2021 Jogjafile Inc.
The
Argumentscollection contains all parameters to the call: in, out and byref.The
Inputscollection gets the inputs for this call.Source: http://msdn.microsoft.com/en-us/library/microsoft.practices.unity.interceptionextension.imethodinvocation.inputs.aspx and http://msdn.microsoft.com/en-us/library/microsoft.practices.unity.interceptionextension.imethodinvocation.arguments.aspx