IInstanceScopedAspect.CreateInstance Method |
Creates a new instance of the aspect based on the current instance, serving as a prototype.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.8.6.0 (6.8.6.0)
C#
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.
This method is typically implemented by invoking MemberwiseClone().