To access the VeriStand ASAM XIL framework in your C# application, you must create a vendor-specific framework.

Use the following values to create a framework for VeriStand.
Note To run this code, you must reference the ASAM.XIL.Implementation.FrameworkFactory assembly in order to have access to the FrameworkFactory class. This assembly installs with VeriStand.
IFrameworkFactory frameworkFactory = new FrameworkFactory();
IFramework framework = frameworkFactory.CreateVendorSpecificFramework(
vendorName:"National Instruments",
productVersion: "2020");