FastAbiAttribute Constructors
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.
Overloads
FastAbiAttribute(UInt32) |
Creates and initializes a new instance of the attribute. |
FastAbiAttribute(UInt32, String) |
Creates and initializes a new instance of the attribute. |
FastAbiAttribute(UInt32, Platform) |
Creates and initializes a new instance of the attribute. |
FastAbiAttribute(UInt32)
Creates and initializes a new instance of the attribute.
public:
FastAbiAttribute(unsigned int version);
FastAbiAttribute(uint32_t const& version);
public FastAbiAttribute(uint version);
function FastAbiAttribute(version)
Public Sub New (version As UInteger)
Parameters
- version
-
UInt32
unsigned int
uint32_t
The ABI version number.
Applies to
FastAbiAttribute(UInt32, String)
Creates and initializes a new instance of the attribute.
public:
FastAbiAttribute(unsigned int version, Platform::String ^ contractName);
FastAbiAttribute(uint32_t const& version, winrt::hstring const& contractName);
public FastAbiAttribute(uint version, string contractName);
function FastAbiAttribute(version, contractName)
Public Sub New (version As UInteger, contractName As String)
Parameters
- version
-
UInt32
unsigned int
uint32_t
The ABI version number.
- contractName
-
String
Platform::String
winrt::hstring
The ABI contractName.
Applies to
FastAbiAttribute(UInt32, Platform)
Creates and initializes a new instance of the attribute.
public:
FastAbiAttribute(unsigned int version, Platform platform);
FastAbiAttribute(uint32_t const& version, Platform const& platform);
public FastAbiAttribute(uint version, Platform platform);
function FastAbiAttribute(version, platform)
Public Sub New (version As UInteger, platform As Platform)
Parameters
- version
-
UInt32
unsigned int
uint32_t
The ABI version number.
- platform
- Platform
The ABI platform name.