Click or drag to resize

PFApplicationObjectFactory Class

Provides methods to load types hosted by applications' assemblies.
Inheritance Hierarchy
SystemObject
  Packflow.UtilsPFApplicationObjectFactory

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 class PFApplicationObjectFactory

The PFApplicationObjectFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetType
Gets the specified type.
Public methodStatic memberGetTypeInheritingFrom
Gets a type inheriting from the specified class.
Public methodStatic memberGetTypesInheritingFrom
Gets types inheriting from the specified class.
Top
See Also