Tell Plugin type at runtime

Is there a way to tell if I am running as Audio Unit or VST? Thanks.

it is AudioProcessor::wrapperType : http://www.juce.com/juce/api/classAudioProcessor.html#a2e1b21b8831ac529965abffc96223dcf

Thank you. Looks like it has just been added.