Returns a Cocoa window created from a Carbon window.
Original signature is '- (NSWindow *)initWithWindowRef:(void *)carbonWindowRef'
Available in Mac OS X v10.0 and later.


- carbonWindowRef (IntPtr)
- The Carbon WindowRef object to use to create the Cocoa window.

A Cocoa window created from carbonWindowRef.

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