SignatureHeader Constructors

Definition

Overloads

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.

SignatureHeader(Byte)

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.

C#
public SignatureHeader(byte rawValue);

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

SignatureHeader(SignatureKind, SignatureCallingConvention, SignatureAttributes)

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.

C#
public SignatureHeader(System.Reflection.Metadata.SignatureKind kind, System.Reflection.Metadata.SignatureCallingConvention convention, System.Reflection.Metadata.SignatureAttributes attributes);

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)