SignatureAttributes 列舉
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定可套用到方法簽章的其他旗標。 此類型中的欄位基礎值會對應 SignatureHeader 結構代表的前置簽章位元組。
此列舉支援其成員值的位元組合。
public enum class SignatureAttributes
C#
[System.Flags]
public enum SignatureAttributes
[<System.Flags>]
type SignatureAttributes =
Public Enum SignatureAttributes
- 繼承
- 屬性
名稱 | 值 | Description |
---|---|---|
ExplicitThis | 64 | 表示代表執行個體指標的明確宣告參數。 |
Generic | 16 | 泛型方法。 |
Instance | 32 | 執行個體方法。 Ecma 335 CLI 規格將此旗標 |
None | 0 | 沒有旗標。 |
產品 | 版本 |
---|---|
.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, 9 |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 |
UWP | 10.0 |