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

forces analysis of all Classes during a running session.

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

Syntax

Visual Basic (Declaration)
Sub RefreshClasses
C#
void RefreshClasses ()
Visual C++
void RefreshClasses ()

Remarks

forces analysis of all Classes during a running session.

This method may be useful in combination with a modified ClassLoader and allows exchanging classes during a running db4o session.

Calling this method on the global Configuration context will refresh the classes in all db4o sessions in the running VM. Calling this method in an ObjectContainer Configuration context, only the classes of the respective ObjectContainer will be refreshed.

See Also