/// <summary> /// Deletes the specifed key in this table. /// </summary> /// <param name="key">The key name.</param> public void Delete(string key) { NtCore.DeleteEntry(m_path + PathSeperatorChar + key); }