NSConnection
NSConnection(IntPtr)
NSConnection(NativeHandle)
NSConnection(NSObjectFlag)
AllConnections
ClassHandle
CurrentConversation
Delegate
IndependentConversationQueueing
IsValid
LocalObjects
ReceivePort
RemoteObjects
ReplyTimeout
RequestModes
RequestTimeout
RootObject
SendPort
Statistics
WeakDelegate
AddRequestMode(NSString)
AddRunLoop(NSRunLoop)
Create(NSPort, NSPort)
CreateService(String, NSObject)
CreateService(String, NSObject, NSPortNameServer)
Dispatch(NSArray)
Dispose(Boolean)
GetRootProxy<TProxy>()
GetRootProxy<TProxy>(String, String)
GetRootProxy<TProxy>(String, String, NSPortNameServer)
Invalidate()
LookupService(String, String)
LookupService(String, String, NSPortNameServer)
RegisterName(String)
RegisterName(String, NSPortNameServer)
RemoveRequestMode(NSString)
RemoveRunLoop(NSRunLoop)
RunInNewThread()
xamarinmac
namespace Foundation
{
[Deprecated(PlatformName.MacOSX, 10, 13, PlatformArchitecture.None, "Use 'NSXpcConnection' instead.")]
[Deprecated(PlatformName.iOS, 11, 0, PlatformArchitecture.None, "Use 'NSXpcConnection' instead.")]
[Deprecated(PlatformName.WatchOS, 2, 0, PlatformArchitecture.None, "Use 'NSXpcConnection' instead.")]
[Deprecated(PlatformName.TvOS, 11, 0, PlatformArchitecture.None, "Use 'NSXpcConnection' instead.")]
[Register("NSConnection", true)]
public class NSConnection : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual NSString![]! RequestModes
{
[Export("requestModes")]
get;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , 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