GetPublicInterfaces(Type)
Gets the array of interfaces that should be introduced publicly into the target type of the current aspect.
Declaration
protected virtual Type[] GetPublicInterfaces(Type targetType)Parameters
| Type | Name | Description |
|---|---|---|
| Type | targetType | Type to which the current aspect is applied. |
Returns
| Type | Description |
|---|---|
| Type[] | The array of interfaces that should be introduced publicly into Type
|