PFApplicationObjectFactoryGetType Method  | 
 
            Gets the specified type.
            
 
    Namespace: 
   Packflow.Utils
    Assembly:
   MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntaxpublic static Type GetType(
	string assemblyName,
	string typeName
)
Parameters
- assemblyName
 - Type: SystemString
Name of the assembly hosting the type. - typeName
 - Type: SystemString
Name of the type. 
Return Value
Type: 
TypeType
See Also