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

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

public static T InstantiateType<T>(
	Type type
)

Parameters

type
Type: System Type

[Missing <param name="type"/> documentation for "M:Quartz.Util.ObjectUtils.InstantiateType``1(System.Type)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Quartz.Util.ObjectUtils.InstantiateType``1(System.Type)"]

Return Value

Type: T

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

See Also