C# Class withSIX.Core.Presentation.Bridge.Services.AssemblyService

Inheritance: IAssemblyService, IPresentationService
Mostra 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[]