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 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:
Int32See Also