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