C# Class Endjin.Core.Container.AssemblyHelpers

Mostra file Open project: endjin/Endjin.Composition

Public Methods

Method Description
GetAssemblyList ( ) : IEnumerable
GetAssemblyList ( string path ) : IEnumerable
GetAssemblyList ( ) : Task>

Private Methods

Method Description
TryLoadAssembly ( string name ) : Assembly

Method Details

GetAssemblyList() public static method

public static GetAssemblyList ( ) : IEnumerable
return IEnumerable

GetAssemblyList() public static method

public static GetAssemblyList ( string path ) : IEnumerable
path string
return IEnumerable

GetAssemblyList() public static method

public static GetAssemblyList ( ) : Task>
return Task>