IReflector.

ForObject(Object) Method

Summary

returns an ReflectClass for an object or null if the passed object is null.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Reflect
Containing Type
IReflector

Syntax

IReflectClass ForObject(Object obj)

Remarks

returns an ReflectClass for an object or null if the passed object is null.

Parameters

Name Type Description
obj Object

Return Value

Type Description
IReflectClass