ReflectionUtilities.Assemblies.

ReflectionUtilities.

GetTypes(Assembly) Method

Summary

Returns an array of all types in the specified assembly. The array is cached to avoid garbage collection.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
ReflectionUtilities.Assemblies

Syntax

public static Type[] GetTypes(Assembly assembly)

Parameters

Name Type Description
assembly Assembly

Return Value

Type Description
Type[]