SignatureHeader Constructors
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.
SignatureHeader(Byte) |
Initializes a new instance of the SignatureHeader structure using the specified byte value. |
SignatureHeader(SignatureKind, SignatureCallingConvention, SignatureAttributes) |
Initializes a new instance of the SignatureHeader structure using the specified signature kind, calling convention and signature attributes. |
- Source:
- SignatureHeader.cs
- Source:
- SignatureHeader.cs
- Source:
- SignatureHeader.cs
- Source:
- SignatureHeader.cs
Initializes a new instance of the SignatureHeader structure using the specified byte value.
public:
SignatureHeader(System::Byte rawValue);
public SignatureHeader(byte rawValue);
new System.Reflection.Metadata.SignatureHeader : byte -> System.Reflection.Metadata.SignatureHeader
Public Sub New (rawValue As Byte)
Parameters
- rawValue
- Byte
The byte.
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10 |
.NET Standard | 2.0 (package-provided) |
UWP | 10.0 |
- Source:
- SignatureHeader.cs
- Source:
- SignatureHeader.cs
- Source:
- SignatureHeader.cs
- Source:
- SignatureHeader.cs
Initializes a new instance of the SignatureHeader structure using the specified signature kind, calling convention and signature attributes.
public:
SignatureHeader(System::Reflection::Metadata::SignatureKind kind, System::Reflection::Metadata::SignatureCallingConvention convention, System::Reflection::Metadata::SignatureAttributes attributes);
public SignatureHeader(System.Reflection.Metadata.SignatureKind kind, System.Reflection.Metadata.SignatureCallingConvention convention, System.Reflection.Metadata.SignatureAttributes attributes);
new System.Reflection.Metadata.SignatureHeader : System.Reflection.Metadata.SignatureKind * System.Reflection.Metadata.SignatureCallingConvention * System.Reflection.Metadata.SignatureAttributes -> System.Reflection.Metadata.SignatureHeader
Public Sub New (kind As SignatureKind, convention As SignatureCallingConvention, attributes As SignatureAttributes)
Parameters
- kind
- SignatureKind
The signature kind.
- convention
- SignatureCallingConvention
The calling convention.
- attributes
- SignatureAttributes
The signature attributes.
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10 |
.NET Standard | 2.0 (package-provided) |
.NET feedback
.NET is an open source project. Select a link to provide feedback: