Configuring tDotNETInstantiate - 7.3

DotNET

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > DotNET components
Data Quality and Preparation > Third-party systems > DotNET components
Design and Development > Third-party systems > DotNET components
Last publication date
2024-02-21

Procedure

  1. Double-click tDotNETInstantiate to display its Basic settings view and define the component properties.
  2. Click the [...] button next to the Dll to load field and browse to the DLL file to be loaded. Alternatively, you can fill the field with an assembly. In this example, we use :
    "C:/Program Files/ClassLibrary1/bin/Debug/ClassLibrary1.dll""
  3. Fill the Fully qualified class name field with a valid class name to be used. In this example, we use:
    "Test1.Class1"
  4. Click the plus button beneath the Value(s) to pass to the constructor table to add a new line for the value to be passed to the constructor.
    In this example, we use:
    "Hello world"