Skip to content

ReactiveWindowController(NSWindow) constructor

Defined in

Type: ReactiveWindowController Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll

Applies to

net10.0-macos26.0

Overloads

  • 1. protected ReactiveWindowController(NSWindow window)
  • 2. protected ReactiveWindowController(string windowNibName)
  • 3. protected ReactiveWindowController(string windowNibName, NSObject owner)
  • 4. protected ReactiveWindowController(NSCoder coder)
  • 5. protected ReactiveWindowController(NSObjectFlag t)
  • 6. protected ReactiveWindowController(in nint handle)
  • 7. protected ReactiveWindowController()

1. Overload

protected ReactiveWindowController(NSWindow window)

View source

Summary: Initializes a new instance of the ReactiveWindowController class.

Parameters

NameTypeDescription
windowNSWindowThe window.

2. Overload

protected ReactiveWindowController(string windowNibName)

View source

Summary: Initializes a new instance of the ReactiveWindowController class.

Parameters

NameTypeDescription
windowNibNamestringName of the window nib.

3. Overload

protected ReactiveWindowController(string windowNibName, NSObject owner)

View source

Summary: Initializes a new instance of the ReactiveWindowController class.

Parameters

NameTypeDescription
windowNibNamestringName of the window nib.
ownerNSObjectThe owner.

4. Overload

protected ReactiveWindowController(NSCoder coder)

View source

Summary: Initializes a new instance of the ReactiveWindowController class.

Parameters

NameTypeDescription
coderNSCoderThe coder.

5. Overload

protected ReactiveWindowController(NSObjectFlag t)

View source

Summary: Initializes a new instance of the ReactiveWindowController class.

Parameters

NameTypeDescription
tNSObjectFlagThe t.

6. Overload

protected ReactiveWindowController(in nint handle)

View source

Summary: Initializes a new instance of the ReactiveWindowController class.

Parameters

NameTypeDescription
in handlenintThe handle.

7. Overload

protected ReactiveWindowController()

View source

Summary: Initializes a new instance of the ReactiveWindowController class.