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

Method ExitOs

src/pkgDm/Dm2Java.java:2449–2451  ·  view source on GitHub ↗

退出系统(注销 重启 关机) @param type 取值为以下类型 0 : 注销系统 1 : 关机 2 : 重新启动 @return 0:失败,1:成功

(int type)

Source from the content-addressed store, hash-verified

2447 * @return 0:失败,1:成功
2448 */
2449 public int ExitOs(int type){
2450 return Dispatch.call(dm,"ExitOs",type).getInt();
2451 }
2452
2453 /**
2454 * 获取剪贴板的内容

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected