Windows Phone 7 and unsafe code [closed]
Does anybody know will it be allowed to use unsafe code in the future updates of Windows Phone 7. It's really an awkward situation to be not allowed to use unsafe blocks in C# (especially in game development).
Currently No - and I am pretty much sure it wont due to security issues and the whole sandboxing principle.
If Microsoft every let an app developer crush a phone, then Microsoft would get all the blame. Therefore I don’t think normal app developer will ever be allowed to use “unsafe code”, if you your name is Nokia you may get a different answer...
However I expect over time there will be a “safe” way to do most of what you wish to do with “unsafe” code and the system will be better at detaching when the checks that slow down safe code can be removed without issues.
What is the real issue you are facing?
精彩评论