ObjectUtils InstantiateType Method Quartz.NET API Documentation
Instantiates an instance of the type specified.

Namespace: Quartz.Util
Assembly: Quartz (in Quartz.dll) Version: 1.0.3.3
Syntax

public static Object InstantiateType(
	Type t
)

Return Value

Type: Object

[Missing <returns> documentation for "M:Quartz.Util.ObjectUtils.InstantiateType(System.Type)"]

See Also