3

Does "MonoMac.Foundation.NSObject.InvokeOnMainThread" exist in MonoMac?? It does in MonoTouch. I need this for MessageBox threading issues....

zezba9000
  • 3,247
  • 1
  • 29
  • 51

1 Answers1

3

It does! Here is a link to the API documentation for it.

pierceboggan
  • 317
  • 5
  • 21
  • 1
    Dang i'm stupid. I guess I need to take a break from the computer. I only looked at the static methods.... guess I would have to create an instance dur :=} – zezba9000 Sep 18 '12 at 07:22