www.pudn.com > Websharp2005.rar > AspectActionPosition.cs
using System;
namespace Websharp.Aspect
{
///
/// Aspect拦截的位置,包括在方法执行前、执行后和全部
/// The positon where the aspect will intercept the method.
///
public enum AspectActionPosition{Before,After,Both}
}