Click or drag to resize

ProjectLoadTypes Method

Load all of the (non-nested) types in the specified assembly into the appropriate namespaces under the specified root namespace, hiding any of the specified types.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public int LoadTypes(
	LoadedAssembly loadedAssembly,
	RootNamespace rootNamespace,
	out string errorMessage,
	HashSet<string> hideTypes = null
)

Parameters

loadedAssembly
Type: Nova.CodeDOMLoadedAssembly
rootNamespace
Type: Nova.CodeDOMRootNamespace
errorMessage
Type: SystemString
hideTypes (Optional)
Type: System.Collections.GenericHashSetString

Return Value

Type: Int32
See Also