C# Class GHI.Commons.Extensions.AssemblyExtensions

Show file Open project: brandongrossutti/EventStore

Public Methods

Method Description
LoadAllDependencies ( this assembly ) : void
LoadAllDependencies ( this assembly, bool>.Func dependentAssemblyMatcher ) : void

Method Details

LoadAllDependencies() public static method

public static LoadAllDependencies ( this assembly ) : void
assembly this
return void

LoadAllDependencies() public static method

public static LoadAllDependencies ( this assembly, bool>.Func dependentAssemblyMatcher ) : void
assembly this
dependentAssemblyMatcher bool>.Func
return void