Page 1 of 1

Wie bekomme ich Anwendung.ProductName in Net 9 -Anwendung?

Posted: 05 Mar 2025, 07:26
by Anonymous
Ich habe in meiner Legacy Winforms -Anwendung verwendet. Dieser Code < /p>
var appName = ($"{Application.ProductName}:{Application.ProductVersion}");
< /code>
Jetzt entwickle ich eine Net 9 -Konsolenanwendung.>