Persistate API documentation
FindClass Method (fullyQualifiedName)
NamespacesPersistateEnvironmentFindClass(String)

[This is preliminary documentation and is subject to change.]

Finds the PersistentClass in this environment with a particular fully qualified name.
Declaration Syntax
C#
public PersistentClass FindClass(
	string fullyQualifiedName
)
Parameters
fullyQualifiedName (String)
The fully qualified name of the class to find in the format [package name].[class name].
Return Value
The found PersistentClass, or null if it was not found.
Exceptions
ExceptionCondition
ArgumentExceptionThe name is of an incorrect format.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)