API Reference
Class
TestimoHostBuildInfo
Provides a single host-facing entry point for creating build metadata that stays aligned with the stamped TestimoX core assembly.
Inheritance
- Object
- TestimoHostBuildInfo
Methods
public static BuildInfo Create(String productId, Assembly hostAssembly) #Returns:
BuildInfoCreates build metadata for a TestimoX host using the host version and the support-expiry metadata stamped into the core engine assembly.
Parameters
- productId System.String
- Logical host/product identifier.
- hostAssembly System.Reflection.Assembly
- The entry-point or host assembly reporting the version.
Returns
A BuildInfo instance for license evaluation.