C# Class NCop.Aspects.Weaving.OnMethodBoundaryTryFinallyAspectWeaver

Inheritance: TryFinallyAspectWeaver
Mostra file Open project: sagifogel/NCop Class Usage Examples

Protected Properties

Property Type Description
entryWeavers IEnumerable

Public Methods

Method Description
OnMethodBoundaryTryFinallyAspectWeaver ( IEnumerable entryWeavers, IEnumerable tryWeavers, IEnumerable finallyWeavers, IMethodScopeWeaver returnValueWeaver = null ) : System.Collections.Generic
Weave ( ILGenerator ilGenerator ) : void

Method Details

OnMethodBoundaryTryFinallyAspectWeaver() public method

public OnMethodBoundaryTryFinallyAspectWeaver ( IEnumerable entryWeavers, IEnumerable tryWeavers, IEnumerable finallyWeavers, IMethodScopeWeaver returnValueWeaver = null ) : System.Collections.Generic
entryWeavers IEnumerable
tryWeavers IEnumerable
finallyWeavers IEnumerable
returnValueWeaver IMethodScopeWeaver
return System.Collections.Generic

Weave() public method

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

Property Details

entryWeavers protected_oe property

protected IEnumerable entryWeavers
return IEnumerable