MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / Is64Bit

Method Is64Bit

src/pkgDm/Dm2Java.java:2554–2556  ·  view source on GitHub ↗

判断当前系统是否是64位操作系统 @return 0 : 不是64位系统 1 : 是64位系统

()

Source from the content-addressed store, hash-verified

2552 * @return 0 : 不是64位系统 1 : 是64位系统
2553 */
2554 public int Is64Bit(){
2555 return Dispatch.call(dm,"Is64Bit").getInt();
2556 }
2557
2558 /**
2559 * 播放指定的MP3或者wav文件.

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected