IObjectInfo.

GetObject() Method

Summary

returns the object that is referenced.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Ext
Containing Type
IObjectInfo

Syntax

Object GetObject()

Remarks

returns the object that is referenced.

This method may return null, if the object has been garbage collected.

Return Value

Type Description
Object the referenced object or null, if the object has been garbage collected.