Determines if an interface will be reflected.
Namespace: NReflect.FilterAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
public bool Reflect( NRInterface nrInterface )
Parameters
- nrInterface
- Type: NReflect.NREntities.NRInterface
The interface to test.
Return Value
True if the interface should be reflected.Implements
IFilter.Reflect(NRInterface)See Also