|
FastObjectFactory Class
|
Quickly creates new objects based on specified type.
Inheritance Hierarchy
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.238-beta+a124d269d49fa775dc92e4d7ad73327f1839917b
Syntaxpublic 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
RemarksFastObjectFactory 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