libdfxdotnet: a .NET Framework wrapper for the DFX Extraction Library
C#
VB
C++
F#
Show/Hide TOC
Factory Constructor
Create a Factory instance
Definition
Namespace:
Dfx.Sdk
Assembly:
Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
C#
Copy
public
Factory
()
VB
Copy
Public
Sub
New
C++
Copy
public
:
Factory
()
F#
Copy
new
:
unit
->
Factory
Remarks
This is the primary entry point from which the application configures and creates a Collector.
See Also
Reference
Factory Class
Dfx.Sdk Namespace
In This Article
Definition
Remarks
See Also