C# Class FS.Reflection.TypeFinder

类型查找器
Afficher le fichier Open project: FarseerNet/Farseer.Net

Méthodes publiques

Méthode Description
Find ( bool>.Func predicate ) : System.Type[]

查找指定条件的类型

FindAll ( ) : System.Type[]

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

TypeFinder ( ) : System

Method Details

Find() public méthode

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

FindAll() public méthode

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

TypeFinder() public méthode

public TypeFinder ( ) : System
Résultat System