| File: src\runtime\src\libraries\Common\src\Interop\Unix\Interop.Libraries.cs | Web Access |
| Project: src\runtime\src\libraries\System.Net.Ping\src\System.Net.Ping.csproj (System.Net.Ping) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. internal static partial class Interop { internal static partial class Libraries { internal const string libc = "libc"; // Shims internal const string SystemNative = "libSystem.Native"; internal const string NetSecurityNative = "libSystem.Net.Security.Native"; internal const string CryptoNative = "libSystem.Security.Cryptography.Native.OpenSsl"; internal const string CompressionNative = "libSystem.IO.Compression.Native"; internal const string GlobalizationNative = "libSystem.Globalization.Native"; internal const string JavaScriptNative = "libSystem.Runtime.InteropServices.JavaScript.Native"; internal const string IOPortsNative = "libSystem.IO.Ports.Native"; internal const string HostPolicy = "libhostpolicy"; internal const string SystemBrowserNative = "libSystem.Native.Browser"; } }