main
h 10 lines 480 Bytes
Raw
1 #pragma once
2 // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3
4 // TODO: remove when definition is provided in hostfxr.h.
5 typedef int32_t(HOSTFXR_CALLTYPE* hostfxr_get_dotnet_environment_info_fn)(
6 const char_t* dotnet_root,
7 void* reserved,
8 hostfxr_get_dotnet_environment_info_result_fn result,
9 void* result_context
10 );