C# Class NCop.Weaving.AbstractMethodScopeWeaver

Inheritance: IMethodScopeWeaver, IWeavingSettings
Exibir arquivo Open project: sagifogel/NCop

Protected Properties

Property Type Description
weavingSettings IWeavingSettings

Public Methods

Method Description
Weave ( ILGenerator ilGenerator ) : void

Protected Methods

Method Description
AbstractMethodScopeWeaver ( MethodInfo method, IWeavingSettings weavingSettings ) : System

Method Details

AbstractMethodScopeWeaver() protected method

protected AbstractMethodScopeWeaver ( MethodInfo method, IWeavingSettings weavingSettings ) : System
method System.Reflection.MethodInfo
weavingSettings IWeavingSettings
return System

Weave() public abstract method

public abstract Weave ( ILGenerator ilGenerator ) : void
ilGenerator System.Reflection.Emit.ILGenerator
return void

Property Details

weavingSettings protected_oe property

protected IWeavingSettings weavingSettings
return IWeavingSettings