tDotNETInstantiate
Invokes the constructor of a .NET object that is intended for later
reuse.
tDotNETInstantiate instantiates
an object in the .NET for later reuse.
tDotNETInstantiate Standard properties
These properties are used to configure tDotNETInstantiate running in the Standard Job framework.
The Standard
tDotNETInstantiate component belongs to the DotNET family.
The component in this framework is available in all Talend
products.
Basic settings
Dll to load | Type in the path, or browse to the DLL library containing the classe(es) of interest or enter the assembly’s name to be used. For example, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 for an OleDb assembly. |
 Fully qualified class name(i.e. ClassLibrary1.NameSpace2.Class1) |
Enter a fully qualified name for the class of interest. |
Value(s) to pass to the constructor | Click the plus button to add one or more values to be passed to the constructor for the object. Or, leave this table empty to call a default constructor for the object. The valid value(s) should be the |
Advanced settings
tStatCatcher Statistics | Select this check box to collect log data at the component level. |
Global Variables
Global Variables |
INSTANCE: the instance of a .NET object. This is an After
ERROR_MESSAGE: the error message generated by the A Flow variable functions during the execution of a component while an After variable To fill up a field or expression with a variable, press Ctrl + For further information about variables, see |
Usage
Usage rule | This component can be used as a start component in a flow or an independent subJob. To use this component, you must first install the So ensure Note: The required DLLs can be installed in the System32 folder or in the bin folder of the Java
runtime to be used. If you need to export a Job using this component to run it outside the Studio, you have to specify the runtime container of interest by setting the -Djava.library.path argument accordingly. For users of Talend solutions with ESB, to run a Job using this component in ESB Runtime, you need to copy the runtime DLLs to the %KARAF_HOME%/lib/wrapper/ directory. |
Related scenario
For a related scenario, see Utilizing .NET in Talend.