Reflects the types of the provided assembly.
Namespace: NReflectAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
public NRAssembly Reflect( Assembly assembly, ref IFilter filter )
Parameters
- assembly
- Type:
System.Reflection.Assembly
The assembly to reflect.
- filter
- Type: NReflect.Filter.IFilter
The type filter used to determine which types to reflect.
Return Value
The result of the reflection.See Also