Click or drag to resize

PFAssemblyResolver Class

Provides tools to search and load Assemblies required by Packflow to run. These tools are not used in standard Packflow services (web, windows services). But are provided to help use Packflow as a portable library to access its data and use its API in custom applications.
Inheritance Hierarchy
SystemObject
  Packflow.CorePFAssemblyResolver

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static class PFAssemblyResolver
See Also