Share via


NSXpcInterface.Create Method

Definition

Overloads

Name Description
Create(Protocol)
Create(Type)

Create(Protocol)

[Foundation.Export("interfaceWithProtocol:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSXpcInterface Create(ObjCRuntime.Protocol protocol);
[<Foundation.Export("interfaceWithProtocol:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : ObjCRuntime.Protocol -> Foundation.NSXpcInterface

Parameters

protocol
Protocol

Returns

Attributes

Applies to

Create(Type)

public static Foundation.NSXpcInterface Create(Type interfaceType);
static member Create : Type -> Foundation.NSXpcInterface

Parameters

interfaceType
Type

Returns

Applies to