5 references to hostfxr_dotnet_environment_info
Microsoft.DotNet.NativeWrapper (5)
Interop.cs (4)
217
/// Contains information about an installed SDK, returned by <see cref="
hostfxr_dotnet_environment_info
"/>.
242
/// <param name="info">Pointer to a <see cref="
hostfxr_dotnet_environment_info
"/> structure.</param>
251
internal delegate void hostfxr_get_dotnet_environment_info_result_fn(ref
hostfxr_dotnet_environment_info
info, nint result_context);
265
/// The callback receives a pointer to a <see cref="
hostfxr_dotnet_environment_info
"/> structure
NETEnvironmentInfo.cs (1)
63
internal unsafe void Initialize(ref
hostfxr_dotnet_environment_info
info, nint _)