Wesley Hamilton

Results 2 comments of Wesley Hamilton

I had this same error and finally got it working. I did this by running the Istern fork from a laptop. It wasn't working when I ran the program from...

It works, but you have to know the correct field/property. For most basic types this is "m_value", at least on .NET 4.5 ``` FieldInfo field = typeof(int).GetField("m_value", BindingFlags.Public | BindingFlags.Instance);...