db4o

IReflect Interface

root of the reflection implementation API.

For a list of all members of this type, see IReflect Members.

[Visual Basic]
Public Interface IReflect
[C#]
public interface IReflect
[C++]
public __gc __interface IReflect
[JScript]
public interface IReflect

Types that implement IReflect

TypeDescription

Remarks

root of the reflection implementation API.

The open reflection interface is supplied to allow to implement reflection functionality on JDKs that do not come with the java.lang.reflect.* package.

See the code in com.db4o.samples.reflect for a reference implementation that uses java.lang.reflect.*.

Use Db4o.configure().reflectWith(IReflect reflector) to register the use of your implementation before opening database files.

Requirements

Namespace: com.db4o.reflect

Assembly: db4o (in db4o.dll)

See Also

IReflect Members | com.db4o.reflect Namespace