AssemblyExtensions
Inherits from
System.Object
public static class AssemblyExtensions
Name | Description |
---|---|
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. |
Last modified 1yr ago