[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
returns an IClass for an object or null if the passed object is null.
Namespace: Db4objects.Db4o.Reflect
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Function ForObject ( _ a_object As Object _ ) As IReflectClass |
C# |
---|
IReflectClass ForObject ( Object a_object ) |
Visual C++ |
---|
IReflectClass^ ForObject ( Object^ a_object ) |
Parameters
- a_object
- System.Object
Remarks
returns an IClass for an object or null if the passed object is null.