NSXpcConnection.ExportedInterface Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSXpcInterface? ExportedInterface { [Foundation.Export("exportedInterface", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setExportedInterface:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("exportedInterface", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setExportedInterface:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.ExportedInterface : Foundation.NSXpcInterface with get, set

Property Value

Attributes

Applies to