Enumerates the reasons why the target method of the InitializeAspectInstanceAdvice has been invoked.
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
public enum AspectInitializationReasonFields
| Name | Description |
|---|---|
| Clone | Call from |
| Constructor | Call from the instance constructor. |
| Deserialize | Call during deserialization. |
| Manual | Manual call of the |
| None | None. |