메소드 | 설명 | |
---|---|---|
Initialize ( IWeavingContext weavingContext, WeaveConfigTypeBase weaveConfig ) : void |
Initializes the weave.
|
|
Weave ( IWeavingContext weavingContext, Mono.Cecil.TypeDefinition target, |
Projects a DTO type as a nested type inside of the target type.
|
public Initialize ( IWeavingContext weavingContext, WeaveConfigTypeBase weaveConfig ) : void | ||
weavingContext | IWeavingContext | Weaving context that is initializing the weave. |
weaveConfig | WeaveConfigTypeBase | Must be null for this type of weave. |
리턴 | void |
public Weave ( IWeavingContext weavingContext, Mono.Cecil.TypeDefinition target, |
||
weavingContext | IWeavingContext | Weaving context within which the weave is running. |
target | Mono.Cecil.TypeDefinition | Target type. |
weaveAttribute | Attribute that decorated the target type. | |
리턴 | void |