Reflection APIs question

I'm wondering if it's possible to get a type's static variables and/or type aliases through reflection? I'm using an enum to emulate a namespace and it has several static variables I would like to retrieve dynamically so I don't have to explicitly go through each one manually. They have different types so I don't think it wouldn't be easy/nice to stick them into a collection. I don't think I can grab static variables through reflection today but I thought I'd ask here just to make sure.