MCPcopy Create free account
hub / github.com/java-native-access/jna / isWindowsCE

Method isWindowsCE

src/com/sun/jna/Platform.java:157–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 return osType == AIX;
156 }
157 public static final boolean isWindowsCE() {
158 return osType == WINDOWSCE;
159 }
160 /** Returns true for any windows variant. */
161 public static final boolean isWindows() {
162 return osType == WINDOWS || osType == WINDOWSCE;

Callers 7

TestLoaderMethod · 0.95
TestLoaderMethod · 0.95
PathsInterface · 0.95
testToStringMethod · 0.95
hasRuntimeExecMethod · 0.95

Calls

no outgoing calls

Tested by 5

TestLoaderMethod · 0.76
TestLoaderMethod · 0.76
testToStringMethod · 0.76