public static bool MarkAsSwfControl(this NSObject obj)
 {
     return(obj.AddMethod(swfMarkSel, (Action) delegate { }));
 }