XpcInterfaceAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() | |