Share via


NSApplication.WindowWithWindowNumber(IntPtr) Method

Definition

[Foundation.Export("windowWithWindowNumber:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSWindow WindowWithWindowNumber(IntPtr windowNum);
[<Foundation.Export("windowWithWindowNumber:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WindowWithWindowNumber : nativeint -> AppKit.NSWindow
override this.WindowWithWindowNumber : nativeint -> AppKit.NSWindow

Parameters

windowNum
IntPtr

nativeint

Returns

Attributes

Applies to