Edit

PlatformConfiguration Class

Definition

Provides properties to detect the current platform and architecture for native library loading.

public static class PlatformConfiguration
Inheritance
PlatformConfiguration

Properties

Name Description
Is64Bit

Gets a value indicating whether the current process is running as 64-bit.

IsArm

Gets a value indicating whether the current process is running on an ARM architecture.

IsGlibc

Gets a value indicating whether the current Linux system uses glibc.

IsLinux

Gets a value indicating whether the current operating system is Linux.

IsMac

Gets a value indicating whether the current operating system is macOS.

IsUnix

Gets a value indicating whether the current operating system is Unix-based.

IsWindows

Gets a value indicating whether the current operating system is Windows.

LinuxFlavor

Gets or sets the Linux distribution flavor identifier used for native library resolution.

Applies to