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 )
Parameters
- assembly
- Type:
System.Reflection.Assembly
The assembly to reflect.
Return Value
The result of the reflection.See Also