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
clsClassClass of instance.
handlenintHandle of instance.
ownsInstanceboolTrue to own the instance.
NSResponder(IntPtr, bool, bool)
Initialize new NSResponder instance.
protected NSResponder(IntPtr handle, bool verifyClass, bool ownsInstance)