InstanceLevelAspect.CreateInstance Method |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
public virtual Object CreateInstance( AdviceArgs adviceArgs )
Parameters
- adviceArgs
- Type: PostSharp.Aspects.AdviceArgs
Aspect arguments.
Return Value
Type: ObjectA new instance of the aspect, typically a clone of the current prototype instance.