Public Function FrameworkVerInfo (
Optional SuppressDebugPrint As Boolean = False
) As String
Return, and print to the console, framework summary info
Dim s As String
s = xf.Command.FrameworkVerInfo()
s = xf.Command.FrameworkVerInfo(SuppressDebugPrint)