FastAbiAttribute Class

Definition

Indicates if the type supports fast 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
Inheritance
FastAbiAttribute
Attributes

Windows requirements

Device family
Windows 10, version 2004 (introduced in 10.0.19041.0)
API contract
Windows.Foundation.FoundationContract (introduced in v4.0)

Constructors

FastAbiAttribute(UInt32)

Creates and initializes a new instance of the attribute.

FastAbiAttribute(UInt32, Platform)

Creates and initializes a new instance of the attribute.

FastAbiAttribute(UInt32, String)

Creates and initializes a new instance of the attribute.

Applies to