Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
LinFu
Reflection
TypeExtractor
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