CompositionAspect.CreateImplementationObject Method |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
public abstract 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 GetPublicInterfaces(Type) method.