Generics.
Will
- Generics (and all the generic collections)
- Reflection
- BitConverter
work with the CF on the 360?
I've noticed that they are listed as part of CF, but I just wanted to be sure.
Thanks,
Roger Larsen
Will
work with the CF on the 360?
I've noticed that they are listed as part of CF, but I just wanted to be sure.
Thanks,
Roger Larsen
Yes.
And yes.
The CF doesn't support Reflection.Emit, but it does have the main Reflection namespace.
Reflection.Emit. There's no deep reason for not supporting it, other
than just that we never had a suitable implementation to use!
ector wrote:
Why isn't Reflection.Emit supported? To stop us from writing fast game console emulators in C#? :)
Darn - I was hoping to port my dynarec R4400 core over to the 360 ;(