IConfiguration.

ReflectWith(IReflector) Method

Summary

configures the use of a specially designed reflection implementation.

Syntax

void ReflectWith(IReflector reflector)

Remarks

configures the use of a specially designed reflection implementation.

db4o internally uses System.Reflection by default. On platforms that do not support this package, customized implementations may be written to supply all the functionality of the interfaces in System.Reflection namespace. This method can be used to install a custom reflection implementation.

Parameters

Name Type Description
reflector IReflector

Return Value

Type Description
void