So you ever wanted to read code from dll regardless if it was written in c# or vb?
There is very good free tool on the market provided by JetBrains.
https://www.jetbrains.com/decompiler/
1. After installation open application.
2. Shortcut ctrl + O, or click on first left icon under Assembly Explorer and choose dll.
3. Double click on class to see the code.