I have created a ScriptSharp project in Visual Studio Web Express 2012 and version 0.7.6 of ScriptSharp was assumed.
I have some classes that uses Type.SetField and Type.GetField but I am receiveing an error:
‘System.Type’ does not contain a definition for ‘GetField’
Where is System.Type.GetField ???
Thanks in advance
You can find
GetField()andSetField()in the public staticSystem.Scriptclass for newer Versions of Script#.