C# Class NCop.Composite.Weaving.CompositeWeavingStrategy

Inheritance: NCop.Mixins.Weaving.MixinsWeaverStrategy
Show file Open project: sagifogel/NCop

Protected Methods

Method Description
EmitConstructorBody ( ILGenerator ilGenerator ) : void

Private Methods

Method Description
CompositeWeavingStrategy ( IAspectTypeDefinition typeDefinition, ITypeMapCollection mixins, IEnumerable methodWeavers, INCopDependencyAwareRegistry registry ) : System

Method Details

EmitConstructorBody() protected method

protected EmitConstructorBody ( ILGenerator ilGenerator ) : void
ilGenerator System.Reflection.Emit.ILGenerator
return void