DotNetCall.GetAssembly
- Updated2025-07-21
- 1 minute(s) read
DotNetCall.GetAssembly
Syntax
DotNetCall.GetAssembly( assemblyLocationParam, assemblyPathParam)
Purpose
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.