HostPlatform

Provides read-only information about the Host platform, which can be used by plugins to run platform-specific code.

Constructors

Link copied to clipboard

Types

Link copied to clipboard

Enumerates the architectures supported by the runtime.

Link copied to clipboard
object Companion
Link copied to clipboard

Enumerates the Operating System families supported by the runtime

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns a consistent platform name string with the format '_', such as linux_aarch64, windows_amd64, or darwin_arm64. The returned string is guaranteed to be compatible with the parsePlatform function.

Link copied to clipboard
open override fun toString(): String