Persistate API documentation
FindType Method (typeName)
NamespacesPersistateModuleFindType(String)

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

Finds the Type with a particular name in the assembly for this module.
Declaration Syntax
C#
public Type FindType(
	string typeName
)
Parameters
typeName (String)
The simple name of the Type required.
Return Value
The found Type, or null if it couldn't be found.
Remarks
NB: FOR PERSISTATE MODULES, this always finds the type in the Persistate assemblies used at startup. If a package run in a Server uses a different version of Persistate, then the types in that different version cannot be accessed through this method.

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