AreInternalsVisibleToCurrentProject(Assembly)
Determines whether the internals of a given assembly are visible to the current project.
Declaration
public static bool AreInternalsVisibleToCurrentProject(this Assembly definingAssembly)
Parameters
Type | Name | Description |
---|---|---|
Assembly | definingAssembly | The assembly containing the internal declaration. |
Returns
Type | Description |
---|---|
bool |
|