System.Reflection.Pointer methods in Compact Framework?

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Hello,

I wanted to use the Pointer.Unbox method in a 4.1 C#
project but, in the IDE, the Pointer class doesn't appear
in the dropdown list for System.Reflection and it will not
compile if I simply type it in. The MSDN Library does not
indicated that it is supported on the CF.

I was wondering if I made a mistake or it perhaps appears
in another Assembly or there is another way to do it on
WinCE.

Thanks,
Tom.
 
Tom --

This is not supported in Version 1 of the Compact Frameworlk.


Seth Demsey
Lead Program Manager
Net Compact Framework

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top