Click or drag to resize

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
C#
public IEnumerable<TypeDefinition> GetTypes(
	bool includePrivateTypes
)

Parameters

includePrivateTypes
Type: SystemBoolean

Return Value

Type: IEnumerableTypeDefinition
See Also