EricZimmerman / Registry

Full featured, offline Registry parser in C#
MIT License
220 stars 52 forks source link

add GetValue methods like in Win32 RegistryKey class #15

Closed rifatx closed 3 years ago

rifatx commented 3 years ago

RegistryKey class in Win32 namespace has methods to get values directly. To do the same here, one has to write boilerplate code such as Values.FirstOrDefault(...).ValueData. With this PR, the life of users of this library will hopefully be a little bit easier.