So this seems pretty basic but I can\'t get it to work. I have an Object, and I am using reflection to get to it\'s public properties. One of these properties is static an
Try this C# Reflection link.
Note I think that BindingFlags.Instance and BindingFlags.Static are exclusive.