Click or drag to resize

FastObjectFactoryT Class

Quickly creates new objects based on specified type.
Inheritance Hierarchy
SystemObject
  GSFFastObjectFactoryT

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.177-beta
Syntax
public static class FastObjectFactory<T>
where T : class, new()
View Source

Type Parameters

T
Type of object to create quickly.

The FastObjectFactoryT type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberCreateObjectFunction Gets delegate that quickly creates new instance of the specified type.
Top
Remarks
You can use the alternate FastObjectFactory implementation if you only have the Type of an object available (such as when you are using reflection).
See Also

Reference

GSF Namespace