MonoCecilLoadedAssemblyLoadTypes Method |
Load all of the (non-nested) type definitions in the assembly into the appropriate namespaces under
the specified root namespace.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public override int LoadTypes(
bool includePrivateTypes,
RootNamespace rootNamespace,
out string errorMessage,
HashSet<string> hideTypes = null
)
Parameters
- includePrivateTypes
- Type: SystemBoolean
- rootNamespace
- Type: Nova.CodeDOMRootNamespace
- errorMessage
- Type: SystemString
- hideTypes (Optional)
- Type: System.Collections.GenericHashSetString
Return Value
Type:
Int32See Also