Class AssemblyExtensions
Represents the assembly extensions.
Inherited Members
Namespace: Platform.Reflection
Assembly: Platform.Reflection.dll
Syntax
public static class AssemblyExtensions
Methods
| Improve this Doc View SourceGetCachedLoadableTypes(Assembly)
Gets the cached loadable types using the specified assembly.
Declaration
public static Type[] GetCachedLoadableTypes(this Assembly assembly)
Parameters
Type | Name | Description |
---|---|---|
Assembly | assembly | The assembly.
|
Returns
Type | Description |
---|---|
Type[] | The type array
|
GetLoadableTypes(Assembly)
Declaration
public static Type[] GetLoadableTypes(this Assembly assembly)
Parameters
Type | Name | Description |
---|---|---|
Assembly | assembly |
Returns
Type | Description |
---|---|
Type[] |