TestimoX

API Reference

Class

TestimoHostBuildInfo

Namespace TestimoX
Assembly TestimoX
Modifiers static

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: BuildInfo

Creates 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 requiredposition: 0
Logical host/product identifier.
hostAssembly System.Reflection.Assembly requiredposition: 1
The entry-point or host assembly reporting the version.

Returns

A BuildInfo instance for license evaluation.