Table of Contents

Class NSResponder

Namespace
CarinaStudio.MacOS.AppKit
Assembly
CarinaStudio.AppBase.MacOS.dll

NSResponder.

public class NSResponder : NSObject, IDisposable, IEquatable<NSObject>
Inheritance
NSResponder
Implements
Derived
Inherited Members
Extension Methods

Constructors

NSResponder(Class, IntPtr, bool)

Initialize new NSResponder instance.

protected NSResponder(Class cls, IntPtr handle, bool ownsInstance)

Parameters

cls Class

Class of instance.

handle nint

Handle of instance.

ownsInstance bool

True to own the instance.

NSResponder(IntPtr, bool, bool)

Initialize new NSResponder instance.

protected NSResponder(IntPtr handle, bool verifyClass, bool ownsInstance)

Parameters

handle nint

Handle of instance.

verifyClass bool

True to verify whether instance is NSResponder or not.

ownsInstance bool

True to own the instance.