C# Class NCop.Aspects.Weaving.AspectMethodWeaver

Inheritance: AbstractAspectMethodWeaver
Show file Open project: sagifogel/NCop

Protected Methods

Method Description
AspectMethodWeaver ( MethodInfo method, IAspectDefinitionCollection aspectDefinitions, IAspectWeavingSettings aspectWeavingSettings ) : System.Reflection

Method Details

AspectMethodWeaver() protected method

protected AspectMethodWeaver ( MethodInfo method, IAspectDefinitionCollection aspectDefinitions, IAspectWeavingSettings aspectWeavingSettings ) : System.Reflection
method System.Reflection.MethodInfo
aspectDefinitions IAspectDefinitionCollection
aspectWeavingSettings IAspectWeavingSettings
return System.Reflection