Share via


CAMetalDisplayLink.AddToRunLoop(NSRunLoop, NSRunLoopMode) Method

Definition

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

Parameters

runloop
NSRunLoop
Attributes

Applies to