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