public IMethodReturn Invoke(IMethodInvocation input, GetNextInterceptionBehaviorDelegate getNext)
var v1 = "";
var s2 = input.Arguments.ContainsParameter("abc");
if (s2)
{
v1 = input.Arguments["abc"].ToString();
}
原文:http://www.cnblogs.com/wdw31210/p/4088964.html