C# Class withSIX.Mini.Presentation.CoreCore.Services.AssemblyService

Inheritance: IAssemblyService, IPresentationService
Show file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
GetAllAssemblies ( ) : System.Reflection.Assembly[]
GetTypes ( Assembly assembly ) : System.Type[]

Method Details

GetAllAssemblies() public method

public GetAllAssemblies ( ) : System.Reflection.Assembly[]
return System.Reflection.Assembly[]

GetTypes() public method

public GetTypes ( Assembly assembly ) : System.Type[]
assembly System.Reflection.Assembly
return System.Type[]