Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
NCop
Aspects
Weaving
BindingMethodInterceptionArgumentsWeaver
C# Class NCop.Aspects.Weaving.BindingMethodInterceptionArgumentsWeaver
Inheritance:
AbstractBindingMethodInterceptionArgumentsWeaver
Show file
Open project: sagifogel/NCop
Protected Methods
Method
Description
WeaveAspectArg
(
ILGenerator
ilGenerator
) :
void
Private Methods
Method
Description
BindingMethodInterceptionArgumentsWeaver
(
MethodInfo
method
,
Type
topAspectInScopeArgType
,
IArgumentsWeavingSettings
argumentWeavingSettings
,
IAspectWeavingSettings
aspectWeavingSettings
) :
System
Method Details
WeaveAspectArg()
protected
method
protected
WeaveAspectArg
(
ILGenerator
ilGenerator
) :
void
ilGenerator
System.Reflection.Emit.ILGenerator
return
void