共用方式為


PlatformArchitecture 列舉

定義

這個列舉用於可用性屬性,以指定套用至任何指定屬性的架構 (s) 。

此列舉支援其成員值的位元組合。

[System.Flags]
public enum PlatformArchitecture
type PlatformArchitecture = 
繼承
PlatformArchitecture
屬性

欄位

名稱 Description
All 255

這是所有架構的位元遮罩。

Arch32 1

32 位架構。

Arch64 2

64 位架構。

None 0

未指定或沒有架構。

適用於