CompositionAspect.CreateImplementationObject Method |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.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.