AssemblyExtensions Class

Definition

public ref class AssemblyExtensions abstract sealed
public static class AssemblyExtensions
type AssemblyExtensions = class
Public Module AssemblyExtensions
Inheritance
AssemblyExtensions

Methods

GetLoadableTypes(Assembly)

Assembly.GetTypes() can throw in some cases. This extension will catch that exception and return only the types which were successfully loaded from the assembly.

Applies to