feat: make ETW configurable, doesn't actually do anything yet because we're stuck on .NET 5

This commit is contained in:
goaaats 2022-06-22 16:58:53 +02:00
parent e7b0da9f7a
commit 8744e82979
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
8 changed files with 18 additions and 5 deletions

View file

@ -3,6 +3,7 @@ void ConsoleTeardown();
int InitializeClrAndGetEntryPoint(
void* calling_module,
bool enableEtw,
std::wstring runtimeconfig_path,
std::wstring module_path,
std::wstring entrypoint_assembly_name,