Class RuntimeId
- Namespace
- CobaltPdf.WebKit.Infrastructure.Provisioning
- Assembly
- CobaltPDF.WebKit.dll
Resolves the runtime identifier used to select the matching WebKitGTK bundle.
Format: linux-{x64|arm64}-{glibc|musl}.
public static class RuntimeId
- Inheritance
-
RuntimeId
- Inherited Members
Methods
Detect()
Returns the RID for the current process, or throws PlatformNotSupportedException if the platform is not Linux or the architecture is not x64/arm64.
public static string Detect()
Returns
IsSupported()
True if the current process is running on Linux x64/arm64.
public static bool IsSupported()