DotNetModule.GetAssembly

Syntax

DotNetModule.GetAssembly( assemblyLocationParam, assemblyPathParam)

Purpose

Returns the pathname of the assembly.

Note

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

Parameters

assemblyLocationParam As DotNetModuleAssemblyLocations

[Out] Returns a value that indicates whether the assembly is located in a file or in the Global Assembly Cache.

assemblyPathParam As String

[Out] Returns the pathname of the assembly.

See Also

DotNetModule.SetAssembly

DotNetModuleAssemblyLocations