<PackageReference Include="Microsoft.Identity.Client" Version="4.83.0-preview-1" />
Microsoft.Identity.Client.Platforms.Features.DesktopOs.LibSystem
namespace Microsoft.
Identity.
Client.
Platforms.
Features.
DesktopOs
{
internal static class LibSystem
{
public static extern IntPtr dlopen(
string name,
int flags);
public static extern IntPtr dlsym(
IntPtr handle,
string symbol);
public static IntPtr GetGlobal(
IntPtr handle,
string symbol);
}
}