DotNetCall.GetAssembly

Syntax

DotNetCall.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.

Remarks

Returns the assembly that contains the type information for the class that corresponds to the DotNetCall.ClassName property. All calls before this call in the DotNetCalls collection must be valid before calling this method.

Parameters

assemblyLocationParam As DotNetModuleAssemblyLocations

[Out] Returns a value that indicates whether the assembly is in a file or in the GAC.

assemblyPathParam As String

[Out] Returns the pathname of the assembly.

See Also

DotNetCall.ClassName

DotNetCall.GetAssemblyForNextCall

DotNetCalls

DotNetModule.GetAssembly

DotNetModule.SetAssembly

DotNetModuleAssemblyLocations