db4o

IReflector Methods

The methods of the IReflector interface are listed below. For a complete list of IReflector interface members, see the IReflector Members topic.

Public Instance Methods

Arrayreturns an IArray object, the equivalent to java.lang.reflect.Array.
ConstructorCallsSupportedspecifiy whether parameterized Constructors are supported.
ForClassreturns an IClass for a Class
ForName returns an IClass class reflector for a class name or null if no such class is found
ForObjectreturns an IClass for an object or null if the passed object is null.
IsCollection 
SetParent 

See Also

IReflector Interface | Db4objects.Db4o.Reflect Namespace