[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

configures the use of a specially designed reflection implementation.

Namespace: Db4objects.Db4o.Config
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Sub ReflectWith ( _
	reflector As IReflector _
)
C#
void ReflectWith (
	IReflector reflector
)
Visual C++
void ReflectWith (
	IReflector^ reflector
)

Parameters

reflector
Db4objects.Db4o.Reflect.IReflector

Remarks

configures the use of a specially designed reflection implementation.

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