|
FastObjectFactory Class
|
Quickly creates new objects based on specified type.
Inheritance Hierarchy
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax public static class FastObjectFactory
Public NotInheritable Class FastObjectFactory
public ref class FastObjectFactory abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type FastObjectFactory = class end
GSF.FastObjectFactory = function();
Type.createClass(
'GSF.FastObjectFactory');
View SourceThe FastObjectFactory type exposes the following members.
Methods Remarks FastObjectFactory should be used when you only have the
Type of an object available (such as when you are
using reflection), otherwise you should use the generic
FastObjectFactoryT.
See Also