MonoCecilLoadedAssemblyGetTypes Method |
Get the type definitions for this assembly.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public IEnumerable<TypeDefinition> GetTypes(
bool includePrivateTypes
)
Parameters
- includePrivateTypes
- Type: SystemBoolean
Return Value
Type:
IEnumerableTypeDefinitionSee Also