Click or drag to resize

ReflectionLoadedAssemblyGetTypes Method

Get the types for this assembly.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Type[] GetTypes(
	bool includePrivateTypes
)

Parameters

includePrivateTypes
Type: SystemBoolean

Return Value

Type: Type
See Also