[This is preliminary documentation and is subject to change.]
Finds the PersistentClass in
this environment with a particular fully qualified name.
| C# |
public PersistentClass FindClass( string fullyQualifiedName )
- fullyQualifiedName (String)
- The fully qualified name of the class to find in the format [package name].[class name].
The found PersistentClass, or null if it was not found.
| Exception | Condition |
|---|---|
| ArgumentException | The name is of an incorrect format.
|