Interface IAssemblyLoader
INTERNAL API. Used to load and resolve assemblies as part of NBench test discovery and execution.
Inherited Members
System.IDisposable.Dispose()
Namespace: NBench.Sdk.Compiler.Assemblies
Assembly: NBench.dll
Syntax
public interface IAssemblyLoader : IDisposable
Properties
Assembly
The primary assembly we're loading.
Declaration
Assembly Assembly { get; }
Property Value
Type | Description |
---|---|
System.Reflection.Assembly |
AssemblyAndDependencies
Assemblies that Assembly depends upon and its dependencies.
Declaration
Assembly[] AssemblyAndDependencies { get; }
Property Value
Type | Description |
---|---|
System.Reflection.Assembly[] |