[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 class reflector for a class name or null
if no such class is found
Namespace: Db4objects.Db4o.Reflect
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Function ForName ( _ className As String _ ) As IReflectClass |
| C# |
|---|
IReflectClass ForName ( string className ) |
| Visual C++ |
|---|
IReflectClass^ ForName ( String^ className ) |
Parameters
- className
- System.String