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

returns all class representations that are known to this ObjectContainer because they have been used or stored.

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

Syntax

Visual Basic (Declaration)
Function KnownClasses As IReflectClass()
C#
IReflectClass[] KnownClasses ()
Visual C++
array<IReflectClass^>^ KnownClasses ()

Return Value

all class representations that are known to this ObjectContainer because they have been used or stored.

Remarks

returns all class representations that are known to this ObjectContainer because they have been used or stored.