ITypeLoadHelper Interface

Quartz.NET 3.0 API Documentation
An interface for classes wishing to provide the service of loading classes and resources within the scheduler...

Namespace:  Quartz.Spi
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public interface ITypeLoadHelper

The ITypeLoadHelper type exposes the following members.

Methods

  NameDescription
Public methodInitialize
Called to give the implementation a chance to initialize itself.
Public methodLoadType
Return the class with the given name.
Top
See Also

Reference