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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
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