Method GetExportedTypesSafe
GetExportedTypesSafe(Assembly?)
Gets the exported types from the specified assembly safely.
public static Type[] GetExportedTypesSafe(Assembly? asm)
Parameters
asm
AssemblyThe assembly to retrieve exported types from.