Class AssemblyExtensions
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit
Assembly: cs.temp.dll.dll
Syntax
public static class 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.
Declaration
public static IEnumerable<Type> GetLoadableTypes(this Assembly this)
Parameters
Type | Name | Description |
---|---|---|
Assembly | this |
Returns
Type | Description |
---|---|
IEnumerable<Type> |