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)
Summary: Initializes a new instance of the ReactiveWindowController class.
Parameters
| Name | Type | Description |
|---|---|---|
window | NSWindow | The window. |
2. Overload¶
protected ReactiveWindowController(string windowNibName)
Summary: Initializes a new instance of the ReactiveWindowController class.
Parameters
| Name | Type | Description |
|---|---|---|
windowNibName | string | Name of the window nib. |
3. Overload¶
protected ReactiveWindowController(string windowNibName, NSObject owner)
Summary: Initializes a new instance of the ReactiveWindowController class.
Parameters
| Name | Type | Description |
|---|---|---|
windowNibName | string | Name of the window nib. |
owner | NSObject | The owner. |
4. Overload¶
protected ReactiveWindowController(NSCoder coder)
Summary: Initializes a new instance of the ReactiveWindowController class.
Parameters
| Name | Type | Description |
|---|---|---|
coder | NSCoder | The coder. |
5. Overload¶
protected ReactiveWindowController(NSObjectFlag t)
Summary: Initializes a new instance of the ReactiveWindowController class.
Parameters
| Name | Type | Description |
|---|---|---|
t | NSObjectFlag | The t. |
6. Overload¶
protected ReactiveWindowController(in nint handle)
Summary: Initializes a new instance of the ReactiveWindowController class.
Parameters
| Name | Type | Description |
|---|---|---|
in handle | nint | The handle. |
7. Overload¶
protected ReactiveWindowController()
Summary: Initializes a new instance of the ReactiveWindowController class.