GetLoadableTypes(Assembly)
Summary
public static IEnumerable<System.Type> GetLoadableTypes(this Assembly @this)Parameters
Name
Description
Last updated
Was this helpful?
Method in AssemblyExtensions
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.
public static IEnumerable<System.Type> GetLoadableTypes(this Assembly @this)Assembly @this
Last updated
Was this helpful?
Was this helpful?
