StdSchedulerFactory LoadType Method Quartz.NET API Documentation
Needed while loadhelper is not constructed.

Namespace: Quartz.Impl
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

protected virtual Type LoadType(
	string typeName
)

Parameters

typeName
Type: System String

[Missing <param name="typeName"/> documentation for "M:Quartz.Impl.StdSchedulerFactory.LoadType(System.String)"]

Return Value

Type: Type

[Missing <returns> documentation for "M:Quartz.Impl.StdSchedulerFactory.LoadType(System.String)"]

See Also