Condividi tramite


NSObject.GetMethodForSelector(Selector) Method

Definition

[Foundation.Export("methodForSelector:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetMethodForSelector(ObjCRuntime.Selector sel);
[<Foundation.Export("methodForSelector:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetMethodForSelector : ObjCRuntime.Selector -> nativeint
override this.GetMethodForSelector : ObjCRuntime.Selector -> nativeint

Parameters

sel
Selector

Returns

IntPtr

nativeint

Attributes

Applies to