DotNetModuleAssemblyLocations

Use these constants with the DotNetModule.SetAssembly method to specify the path of the assembly file.

  • DotNetModule_AssemblyLocation_File –(Value: 0) Located in a file, such as a DLL.
  • DotNetModule_AssemblyLocation_GAC –(Value: 1) Located in the GAC.
    Note

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

See Also

DotNetModule.SetAssembly