Example #1
0
 ///<inheritdoc/>
 public byte[] GetRaw(string key, byte[] defaultValue)
 {
     return(NtCore.GetEntryRaw(m_path + PathSeperatorChar + key, defaultValue));
 }
Example #2
0
 public byte[] GetRaw(string key)
 {
     return(NtCore.GetEntryRaw(m_path + PathSeperatorChar + key));
 }