tags:

views:

901

answers:

2

How to get an instance's member's values?

With propertyInfos there is a propertyInfo.GetValue(instance, index), but no such thing exists in memberInfo.

I searched the net, but it seems to stop at getting the member's name and type.

+1  A: 

I think you need fieldInfo.

Matt Howells
A: 

S**t. You're right. Time to call it a day!

borisCallens