DllParameter.TSObjectParameterType

Syntax

DllParameter.TSObjectParameterType

Data Type

String

Purpose

Use the TS Object category to pass TestStand objects to DLL functions that use the Microsoft Visual Studio #import classes. Use the #import statement in Visual Studio to access the TestStand API and to define C++ classes. When you select the TS object category for the parameter, this property specifies the name of the object you pass to the function.

Remarks

Ensure that the DLL function does not call the Release COM method on the object passed in.

See Also

DllParameter.Category

DllParameterCategories