ReflectionLoadedAssemblyLoadType Method |
Load the specified type into the appropriate namespace under the specified root namespace.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected void LoadType(
Type type,
RootNamespace rootNamespace,
ref int typeCount
)
Parameters
- type
- Type: SystemType
- rootNamespace
- Type: Nova.CodeDOMRootNamespace
- typeCount
- Type: SystemInt32
See Also