determinePlatform

Returns a list of platform identifiers that apply to the current build.

Example results are ["windows"] or ["posix", "osx"]. The identifiers correspond to the compiler defined version constants built into the language, except that they are converted to lower case.

string[]
determinePlatform
()

See Also

determineBuildPlatform

Meta