Click or drag to resize

PFApplicationObjectFactoryGetTypesInheritingFrom Method

Gets types 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 IReadOnlyList<Type> GetTypesInheritingFrom(
	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: IReadOnlyListType
See Also