<PackageReference Include="Microsoft.Identity.Client" Version="4.83.0-preview-1" />

Microsoft.Identity.Client.Platforms.Features.DesktopOs.LibSystem

static class LibSystem
public static IntPtr dlopen(string name, int flags)

public static IntPtr dlsym(IntPtr handle, string symbol)

public static IntPtr GetGlobal(IntPtr handle, string symbol)