C# Class NCop.Aspects.Weaving.AspectsAttributeWeaver

Inheritance: ITypeWeaver, IAspectRepository
Show file Open project: sagifogel/NCop Class Usage Examples

Public Methods

Method Description
AspectsAttributeWeaver ( IEnumerable aspectTypes ) : System
GetAspectFieldByType ( Type type ) : FieldInfo
Weave ( ) : void

Method Details

AspectsAttributeWeaver() public method

public AspectsAttributeWeaver ( IEnumerable aspectTypes ) : System
aspectTypes IEnumerable
return System

GetAspectFieldByType() public method

public GetAspectFieldByType ( Type type ) : FieldInfo
type System.Type
return System.Reflection.FieldInfo

Weave() public method

public Weave ( ) : void
return void