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

Method GetBasePath

src/pkgDm/Dm2Java.java:620–622  ·  view source on GitHub ↗

获取注册在系统中的dm.dll的路径. @return 字符串:返回dm.dll所在路径

()

Source from the content-addressed store, hash-verified

618 * @return 字符串:返回dm.dll所在路径
619 */
620 public String GetBasePath() {
621 return Dispatch.call(dm, "GetBasePath").getString();
622 }
623
624 /**
625 * 返回当前大漠对象的ID值,这个值对于每个对象是唯一存在的。可以用来判定两个大漠对象是否一致.

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getStringMethod · 0.45

Tested by

no test coverage detected