[Mono-list] Question about Mono processor architecture reporting on ARM platforms

2015-01-29 Thread Alex J Lennon
Hi, I'm trying to determine the processor architecture at runtime on an ARM platform using the following code snippet, but it reports I386 class Program { static ImageFileMachine ProcessorArchitecture { get { PortableExecutableKinds

Re: [Mono-list] Question about Mono processor architecture reporting on ARM platforms

2015-01-29 Thread Alex J Lennon
On 29/01/2015 14:38, Jonathan Pryor wrote: On Jan 29, 2015, at 3:33 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: Can anybody advise if this is an implementational issue or if I'm doing something wrong here? You're doing something wrong, *and* there's an implementation issue.

Re: [Mono-list] Question about Mono processor architecture reporting on ARM platforms

2015-01-29 Thread Jonathan Pryor
On Jan 29, 2015, at 3:33 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: Can anybody advise if this is an implementational issue or if I'm doing something wrong here? You're doing something wrong, *and* there's an implementation issue. Module GetPEKind() returns information about the