InstanceLevelAspect.CreateInstance Method |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.21.0 (6.5.21.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.