Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
NCop
Aspects
Weaving
NestedMethodInterceptionAspectWeaver
C# Class NCop.Aspects.Weaving.NestedMethodInterceptionAspectWeaver
Inheritance:
AbstractMethodInterceptionAspectWeaver
Datei anzeigen
Open project: sagifogel/NCop
Public Methods
Method
Description
Weave
(
ILGenerator
ilGenerator
) :
void
Private Methods
Method
Description
NestedMethodInterceptionAspectWeaver
(
Type
topAspectInScopeArgType
,
IMethodAspectDefinition
aspectDefinition
,
IAspectWeavingSettings
aspectWeavingSettings
,
FieldInfo
weavedType
) :
System
Method Details
Weave()
public
method
public
Weave
(
ILGenerator
ilGenerator
) :
void
ilGenerator
System.Reflection.Emit.ILGenerator
return
void