コード例 #1
0
 public IRegistryNode GetRegistryNode(string path, bool createOnNotExist)
 {
     RegistryHelper.CheckAbsolute(path);
     return(_rootNode.GetSubNodeByPath(RegistryHelper.RemoveRootFromAbsolutePath(path), createOnNotExist));
 }