Click or drag to resize

MuntsOSGetProperty Method

Retrieves the value of a property defined in /etc/platform on the computer the calling program is running on.

Namespace: IO.Objects.SimpleIO.Platforms
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public static string GetProperty(
	string name
)

Parameters

name  String
Name of a property defined in /etc/platform.

Return Value

String
Value of the requested property.
See Also