Reflector.Reflect Method (String, Boolean)NReflect
Reflects the types of an assembly.

Namespace: NReflect
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax

public NRAssembly Reflect(
	string fileName,
	bool useNewAppDomain = true
)

Parameters

fileName
Type: OnlineSystem.String
The file name of the assembly to reflect.
useNewAppDomain (Optional)
Type: OnlineSystem.Boolean
If set to true, a new app domain will be used for the reflection.

Return Value

The result of the reflection.
See Also