Interface IAssemblyHelper
IAssemblyHelper interface which is used to retrieve assemblies that have been loaded into the execution context of this application domain.
Namespace: System.Linq.Dynamic.Core
Assembly: System.Linq.Dynamic.Core.dll
Syntax
public interface IAssemblyHelper
Methods
| Improve this Doc View SourceGetAssemblies()
Gets the assemblies that have been loaded into the execution context of this application domain.
Declaration
Assembly[] GetAssemblies()
Returns
Type | Description |
---|---|
System.Reflection.Assembly[] | An array of assemblies in this application domain. |