DotNetModule.SetAssembly

Syntax

DotNetModule.SetAssembly( assemblyLocationParam, assemblyPathParam)

Purpose

Specifies the pathname of the assembly.

Note

Starting with TestStand 2024 Q4, loading assemblies from the Global Assembly Cache (GAC) is no longer supported.

Remarks

You can specify an absolute or relative pathname for a file. Relative pathnames are relative to the TestStand search directory paths .

Parameters

assemblyLocationParam As DotNetModuleAssemblyLocations

[In] Specifies whether the assembly is in a file or in the Global Assembly Cache.

assemblyPathParam As String

[In] Specifies the pathname of the assembly.

See Also

DotNetModule.GetAssembly

DotNetModuleAssemblyLocations