How do you determine the Android Architecture during runtime?

I’m working on a native plugin for Android and need to determine if the processor is x86 or ARM so that I can load the corresponding library. How is the architecture determined at run-time in C# Unity code?

Please see this Stack Overflow answer: android - API call to get processor architecture - Stack Overflow