Detaches a new thread.

C# | Visual Basic | Visual C++ |
public static void DetachNewThreadSelectorToTargetWithObject( NSThread..::..NSThreadRunner aRunner, Id anArgument )
Public Shared Sub DetachNewThreadSelectorToTargetWithObject ( _ aRunner As NSThread..::..NSThreadRunner, _ anArgument As Id _ )
public: static void DetachNewThreadSelectorToTargetWithObject( NSThread..::..NSThreadRunner^ aRunner, Id^ anArgument )

- aRunner (NSThread..::..NSThreadRunner)
- The delegate that will be executed on the new thread.
- anArgument (Id)
- The single argument passed to the target. May be nil.

YES if the application is multithreaded, NO otherwise.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)