ICompositionAspect.CreateImplementationObject Method |
Method invoked at runtime, during the initialization of instances of the target type,
to create the composed object.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.0)
C#
Object CreateImplementationObject( AdviceArgs args )
Parameters
- args
- Type: PostSharp.Aspects.AdviceArgs
Return Value
Type: ObjectThe composed object. This interface should implement the interfaces specified by the PublicInterfaces and ProtectedInterfaces collections.
This method is invoked during at runtime after the base constructor has executed, and before
the constructor of the current type is executed.