Reflector Reflect Method (Assembly, IFilter )NReflect
Reflects the types of the provided assembly.

Namespace: NReflect
Assembly: 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: OnlineSystem.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