5 references to hostfxr_dotnet_environment_info
Microsoft.DotNet.NativeWrapper (5)
Interop.cs (4)
205
/// Contains information about an installed SDK, returned by <see cref="
hostfxr_dotnet_environment_info
"/>.
230
/// <param name="info">Pointer to a <see cref="
hostfxr_dotnet_environment_info
"/> structure.</param>
239
internal delegate void hostfxr_get_dotnet_environment_info_result_fn(ref
hostfxr_dotnet_environment_info
info, nint result_context);
253
/// 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 _)