Question

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

Was it helpful?

Solution

You can find GetField() and SetField() in the public static System.Script class for newer Versions of Script#.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top