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)

属性の新しいインスタンスを作成して初期化します。

適用対象