ObjectUtilsInstantiateTypeT Method

Quartz.NET 3.0 API Documentation
Instantiates an instance of the type specified.

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

C#
public static T InstantiateType<T>(
	Type type
)

Parameters

type
Type: SystemType

[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

Reference