Свойство | Type | Description | |
---|---|---|---|
CodeProcessorProvider | System.Collections.Generic |
Méthode | Description | |
---|---|---|
GetProcessorFromName ( string name ) : |
||
WeavingAfter ( string name, |
||
WeavingAround ( string name, |
||
WeavingBefore ( string name, |
Méthode | Description | |
---|---|---|
CodeProcessorProvider ( ) : System.Collections.Generic |
public static GetProcessorFromName ( string name ) : |
||
name | string | |
Résultat |
public static WeavingAfter ( string name, |
||
name | string | |
model | ||
target | AspectElement | |
advice | UnifiedBlock | |
Résultat | void |
public static WeavingAround ( string name, |
||
name | string | |
model | ||
Résultat | void |
public static WeavingBefore ( string name, |
||
name | string | |
model | ||
target | AspectElement | |
advice | UnifiedBlock | |
Résultat | void |