Ejemplo n.º 1
0
 /// <inheritdoc/>
 public bool SetDefaultRaw(string key, byte[] defaultValue)
 {
     return(NtCore.SetDefaultEntryRaw(m_path + PathSeperatorChar + key, defaultValue));
 }
Ejemplo n.º 2
0
 /// <inheritdoc/>
 public bool SetDefaultRaw(string key, IList <byte> defaultValue)
 {
     return(NtCore.SetDefaultEntryRaw(m_pathWithSeperator + key, defaultValue));
 }