C# Class FS.Reflection.TypeFinder

类型查找器
Mostra file Open project: FarseerNet/Farseer.Net

Public Methods

Method Description
Find ( bool>.Func predicate ) : System.Type[]

查找指定条件的类型

FindAll ( ) : System.Type[]

查找指定程序集中的所有类型

TypeFinder ( ) : System

Method Details

Find() public method

查找指定条件的类型
public Find ( bool>.Func predicate ) : System.Type[]
predicate bool>.Func 筛选条件
return System.Type[]

FindAll() public method

查找指定程序集中的所有类型
public FindAll ( ) : System.Type[]
return System.Type[]

TypeFinder() public method

public TypeFinder ( ) : System
return System