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.PlatformsAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax public static string GetProperty(
string name
)
Parameters
- name String
- Name of a property defined in
/etc/platform.
Return Value
StringValue of the requested property.
See Also