Runs a given modal session, as defined in a previous invocation of beginModalSessionForWindow:.
Original signature is '- (NSInteger)runModalSession:(NSModalSession)session'
Available in Mac OS X v10.0 and later.


- session (IntPtr)
- The modal session structure returned by the beginModalSessionForWindow: method for the window to be displayed.

An integer indicating the reason that this method returned. See the discussion for a description of possible return values.

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