NSWindow.TryToPerform(Selector, NSObject) Method

Definition

[Foundation.Export("tryToPerform:with:")]
public virtual bool TryToPerform (ObjCRuntime.Selector anAction, Foundation.NSObject anObject);
abstract member TryToPerform : ObjCRuntime.Selector * Foundation.NSObject -> bool
override this.TryToPerform : ObjCRuntime.Selector * Foundation.NSObject -> bool

Parameters

anAction
Selector
anObject
NSObject

Returns

Attributes

Applies to