Click or drag to resize

PFApplicationObjectFactoryGetTypeInheritingFrom Method

Gets a type inheriting from the specified class.

Namespace:  Packflow.Utils
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static Type GetTypeInheritingFrom(
	PFSite site,
	string assemblyName,
	string parentClassAssemblyName,
	string parentClassName,
	params string[] inheritedTemplateTypes
)

Parameters

site
Type: Packflow.CorePFSite
assemblyName
Type: SystemString
parentClassAssemblyName
Type: SystemString
parentClassName
Type: SystemString
inheritedTemplateTypes
Type: SystemString

Return Value

Type: Type
See Also