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