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 public bool AreInternalTypesVisibleForAssembly(
string assemblyName
)
Parameters
- assemblyName
- Type: SystemString
Return Value
Type:
BooleanSee Also