C# Class NCop.Weaving.SetPropertyDecoratorScopeWeaver

Inheritance: AbstractMethodScopeWeaver
Mostrar archivo Open project: sagifogel/NCop Class Usage Examples

Public Methods

Method Description
SetPropertyDecoratorScopeWeaver ( MethodInfo method, IWeavingSettings weavingSettings ) : System.Reflection
Weave ( ILGenerator ilGenerator ) : void

Method Details

SetPropertyDecoratorScopeWeaver() public method

public SetPropertyDecoratorScopeWeaver ( MethodInfo method, IWeavingSettings weavingSettings ) : System.Reflection
method System.Reflection.MethodInfo
weavingSettings IWeavingSettings
return System.Reflection

Weave() public method

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