Share via


XpcInterfaceAttribute Class

Definition

Specifies that the decorated interface (which must also be decorated with ProtocolAttribute) is intended to be used with NSXpcInterface. This enables mmp optimizations required for the XPC subsystem to work properly.

[System.AttributeUsage(System.AttributeTargets.Interface)]
public sealed class XpcInterfaceAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Interface)>]
type XpcInterfaceAttribute = class
    inherit Attribute
Inheritance
XpcInterfaceAttribute
Attributes

Constructors

Name Description
XpcInterfaceAttribute()

Applies to