CompositionAspect.GetPublicInterfaces Method |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.0)
protected virtual Type[] GetPublicInterfaces( Type targetType )
Parameters
- targetType
- Type: System.Type
Type to which the current aspect is applied.
Return Value
Type: Type[]The array of interfaces that should be introduced publicly into TypetargetType, or null if no interface should be introduced publicly.