AssemblyExtensions Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.  |