db4o

IConfiguration.RefreshClasses Method 

forces analysis of all Classes during a running session.

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

IConfiguration Interface | Db4objects.Db4o.Config Namespace | Db4objects.Db4o.Config.IConfiguration.SetClassLoader