ITypeLoadHelperLoadType Method

Quartz.NET 3.0 API Documentation
Return the class with the given name.

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

C#
Type LoadType(
	string name
)

Parameters

name
Type: SystemString

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

Return Value

Type: Type

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

See Also

Reference