FastAbiAttribute 类

定义

指示类型是否支持快速 ABI。

public ref class FastAbiAttribute sealed : Attribute
/// [Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 262144)]
class FastAbiAttribute final : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 262144)]
public sealed class FastAbiAttribute : Attribute
Public NotInheritable Class FastAbiAttribute
Inherits Attribute
继承
FastAbiAttribute
属性

Windows 要求

设备系列
Windows 10, version 2004 (在 10.0.19041.0 中引入)
API contract
Windows.Foundation.FoundationContract (在 v4.0 中引入)

构造函数

FastAbiAttribute(UInt32)

创建并初始化 特性的新实例。

FastAbiAttribute(UInt32, Platform)

创建并初始化 特性的新实例。

FastAbiAttribute(UInt32, String)

创建并初始化 特性的新实例。

适用于