db4o

IExtObjectContainer.GetObjectInfo Method 

returns the Db4objects.Db4o.Ext.IObjectInfo for a stored object.

This method will return null, if the passed object is not stored to this

ObjectContainer
.

IObjectInfo GetObjectInfo(
   object obj
);

Parameters

obj
the stored object

Return Value

the Db4objects.Db4o.Ext.IObjectInfo

See Also

IExtObjectContainer Interface | Db4objects.Db4o.Ext Namespace