Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我也需要一种方法来找出如何使用 P4.net DLL 获取和解析保护表。我正在尝试使用 P4.Net DLL 运行“p4 保护”命令。我只需要一种方法来找出哪个 AD 组可以访问 perforce 树的哪个分支。
您可以使用代码
P4Form group = p4.Parse_Form("group", groupString);
groupString 是一个字符串参数,将被写入填充组的所有必填字段。