MonobjcMonobjc Documented Class Library
DetachNewThreadSelectorToTargetWithObject Method (aRunner, anArgument)
NamespacesMonobjc.FoundationNSThreadDetachNewThreadSelectorToTargetWithObject(NSThread..::..NSThreadRunner, Id)
Detaches a new thread.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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.
Return Value
YES if the application is multithreaded, NO otherwise.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)