3 references to hostfxr_dotnet_environment_framework_info
Microsoft.DotNet.NativeWrapper (3)
NETEnvironmentInfo.cs (3)
66
var runtimes = new
hostfxr_dotnet_environment_framework_info
[infoStruct.framework_count];
69
var pointer = new IntPtr(infoStruct.frameworks.ToInt64() + i * Marshal.SizeOf(typeof(
hostfxr_dotnet_environment_framework_info
)));
70
runtimes[i] = Marshal.PtrToStructure<
hostfxr_dotnet_environment_framework_info
>(pointer);