DotNetCall.GetAssemblyForNextCall
- Updated2025-07-21
- 1 minute(s) read
DotNetCall.GetAssemblyForNextCall
Syntax
DotNetCall.GetAssemblyForNextCall( assemblyLocationParam, assemblyPathParam)
Purpose
Obtains assembly information for a subsequent call based on the return value for the current call and all previous calls in the call chain. This method returns the pathname of the assembly.
Starting with TestStand 2024 Q4, loading assemblies from the Global Assembly Cache (GAC) is no longer supported.
Remarks
If the current or any previous DotNetCall object in the call chain does not have a return value or does not return a callable type, this method returns an error.
Parameters
assemblyLocationParam As DotNetModuleAssemblyLocations
[Out] Returns a value that indicates whether the assembly is located in a file or in the GAC.
assemblyPathParam As String
[Out] Returns the pathname of the assembly.