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