Adds the receiver to the specified run loop.
Original signature is '- (void)scheduleInRunLoop:(NSRunLoop *)runLoop forMode:(NSString *)runLoopMode'
Available in Mac OS X v10.2 and later.

Declaration Syntax
public virtual void ScheduleInRunLoopForMode(
NSRunLoop runLoop,
NSString runLoopMode
)
Public Overridable Sub ScheduleInRunLoopForMode ( _
runLoop As NSRunLoop, _
runLoopMode As NSString _
)
public:
virtual void ScheduleInRunLoopForMode(
NSRunLoop^ runLoop,
NSString^ runLoopMode
)

Parameters
- runLoop (NSRunLoop)
- Run loop from which to remove the receiver.
- runLoopMode (NSString)
- Run loop mode in which to perform this operation, such as NSDefaultRunLoopMode. See the Run Loop Modes section of the NSRunLoop class for other run loop mode values.

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)