CAMetalDisplayLink.RemoveFromRunLoop(NSRunLoop, NSRunLoopMode) Method

Definition

[Foundation.Export("removeFromRunLoop:forMode:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveFromRunLoop(Foundation.NSRunLoop runloop, Foundation.NSRunLoopMode mode);
[<Foundation.Export("removeFromRunLoop:forMode:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveFromRunLoop : Foundation.NSRunLoop * Foundation.NSRunLoopMode -> unit
override this.RemoveFromRunLoop : Foundation.NSRunLoop * Foundation.NSRunLoopMode -> unit

Parameters

runloop
NSRunLoop
Attributes

Applies to