Class AssemblyExtensions
Inheritance
AssemblyExtensions
Assembly: cs.temp.dll.dll
public static class AssemblyExtensions
Methods
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.
Declaration
public static IEnumerable<Type> GetLoadableTypes(this Assembly this)
Parameters
Returns
| Type |
Description |
| IEnumerable<Type> |
|
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.
Declaration
public static IEnumerable<Type> GetLoadableTypes(this Assembly this)
Parameters
Returns
| Type |
Description |
| IEnumerable<Type> |
|