For the complete documentation index, see llms.txt. This page is also available as Markdown.

ValidateFile

Description

Validates that the QLM DLL is authentic and was not tampered with.

bool ValidateFile(ref string errorMsg);

Arguments

Name
Data Type
Description

errorMsg

string

returned error message

Return

Data Type
Description

bool

true if the file is valid

Last updated