FastAbiAttribute 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.
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, Platform) |
Creates and initializes a new instance of the attribute. |
FastAbiAttribute(UInt32, String) |
Creates and initializes a new instance of the attribute. |
FastAbiAttribute(UInt32) |
Creates and initializes a new instance of the attribute. |