NSThread
Notifications
NSThread()
NSThread(IntPtr)
NSThread(NativeHandle)
NSThread(NSObjectFlag)
NSThread(NSObject, Selector, NSObject)
ClassHandle
Current
IsCancelled
IsExecuting
IsFinished
IsMain
IsMainThread
IsMultiThreaded
MainThread
Name
NativeCallStack
Priority
QualityOfService
StackSize
ThreadWillExitNotification
WillBecomeMultiThreadedNotification
Cancel()
Exit()
Main()
SleepFor(Double)
SleepUntil(NSDate)
Start()
Start(Action)
xamarinwatchos
namespace Foundation
{
[Register("NSThread", true)]
public class NSThread : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("sleepForTimeInterval:")]
public static void SleepFor(double timeInterval);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinwatchos | |
Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API