Click or drag to resize

ProjectAreInternalTypesVisibleForAssembly Method

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

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool AreInternalTypesVisibleForAssembly(
	string assemblyName
)

Parameters

assemblyName
Type: SystemString

Return Value

Type: Boolean
See Also