Retrieves the dispatcher types defined in the deployed assemblies.
Namespace: Scanjour.Workflow4.Web.Services
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static IEnumerable<DispatcherType> GetDispatcherTypes( DirectoryInfo assemblyFolder = null )
Parameters
- assemblyFolder (Optional)
- Type: System.IODirectoryInfo
The folder that contains the assemblies.
Return Value
Type: IEnumerableDispatcherTypeA collection of the found dispatcher types.
See Also