Persistate API documentation
FindClass Method (packageName, className)
NamespacesPersistateEnvironmentFindClass(String, String)

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

Finds the PersistentClass in this environment with a particular Package and class name.
Declaration Syntax
C#
public PersistentClass FindClass(
	string packageName,
	string className
)
Parameters
packageName (String)
The name of the Package to look in.
className (String)
The name of the PersistentClass.
Return Value
The found PersistentClass, or null if it was not found.

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