ReflectionHelper.AreInternalsVisibleToCurrentProject Method |
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 6.9.11.0 (6.9.11.0)
public static bool AreInternalsVisibleToCurrentProject( this Assembly definingAssembly )
Parameters
- definingAssembly
- Type: System.Reflection.Assembly
The assembly containing the internal declaration.
Return Value
Type: Booleantrue if definingAssembly equals the assembly being processed or if definingAssembly contains an InternalsVisibleToAttribute attribute for the assembly being processed, otherwise false.