Determines if a class will be reflected.
Namespace: NReflect.FilterAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
Parameters
- nrClass
- Type: NReflect.NREntities.NRClass
The class to test.
Return Value
True if the class should be reflected.Implements
IFilter.Reflect(NRClass)See Also