C# Class LinFu.Reflection.TypeExtractor

Represents a type that can extract System.Type objects from an Assembly instance.
Inheritance: ITypeExtractor
ファイルを表示 Open project: philiplaureano/LinFu Class Usage Examples

Public Methods

Method Description
GetTypes ( Assembly targetAssembly ) : IEnumerable

Returns a set of types from a given assembly.

Method Details

GetTypes() public method

Returns a set of types from a given assembly.
public GetTypes ( Assembly targetAssembly ) : IEnumerable
targetAssembly System.Reflection.Assembly The that contains the target types.
return IEnumerable