Reflects the types of an assembly.
Namespace: NReflectAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
public NRAssembly Reflect( string fileName, ref IFilter filter, bool useNewAppDomain = true )
Parameters
- fileName
- Type:
System.String
The file name of the assembly to reflect.
- filter
- Type: NReflect.Filter.IFilter
The type filter used to determine which types to reflect.
- useNewAppDomain (Optional)
- Type:
System.Boolean
If set to true, a new app domain will be used for the reflection.
Return Value
The result of the reflection.See Also