C# Class Habanero.Smooth.AssemblyTypeSource

Inheritance: ITypeSource
Show file Open project: Chillisoft/habanero.smooth Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AssemblyTypeSource ( Assembly assembly ) : System

AssemblyTypeSource ( Assembly assembly, bool>.Func whereClause ) : System

AssemblyTypeSource ( Type type ) : System

sets the assembly to be the assembly that the Type type belongs to.

GetTypes ( ) : IEnumerable

Method Details

AssemblyTypeSource() public method

public AssemblyTypeSource ( Assembly assembly ) : System
assembly System.Reflection.Assembly
return System

AssemblyTypeSource() public method

public AssemblyTypeSource ( Assembly assembly, bool>.Func whereClause ) : System
assembly System.Reflection.Assembly
whereClause bool>.Func
return System

AssemblyTypeSource() public method

sets the assembly to be the assembly that the Type type belongs to.
public AssemblyTypeSource ( Type type ) : System
type System.Type
return System

GetTypes() public method

public GetTypes ( ) : IEnumerable
return IEnumerable