db4o

IExtObjectContainer.StoredClass Method 

returns a Db4objects.Db4o.Ext.IStoredClass meta information object.

There are three options how to use this method.
Any of the following parameters are possible:
- a fully qualified classname.
- a Class object.
- any object to be used as a template.

IStoredClass StoredClass(
   object clazz
);

Parameters

clazz
class name, Class object, or example object.

Return Value

an instance of an Db4objects.Db4o.Ext.IStoredClass meta information object.

See Also

IExtObjectContainer Interface | Db4objects.Db4o.Ext Namespace