Click or drag to resize

LoadedAssemblyAreInternalTypesVisibleTo Method

Determine if internal types in the assembly are visible to the specified project.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual bool AreInternalTypesVisibleTo(
	Project project
)

Parameters

project
Type: Nova.CodeDOMProject

Return Value

Type: Boolean
See Also