C# Class NCop.Weaving.GetPropertyDecoratorScopeWeaver

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

Public Methods

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

Method Details

GetPropertyDecoratorScopeWeaver() public method

public GetPropertyDecoratorScopeWeaver ( 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