AssemblyName.ProcessorArchitecture Properti

Definisi

Mendapatkan atau menetapkan nilai yang mengidentifikasi prosesor dan bit per kata platform yang ditargetkan oleh executable.

public:
 property System::Reflection::ProcessorArchitecture ProcessorArchitecture { System::Reflection::ProcessorArchitecture get(); void set(System::Reflection::ProcessorArchitecture value); };
public System.Reflection.ProcessorArchitecture ProcessorArchitecture { get; set; }
member this.ProcessorArchitecture : System.Reflection.ProcessorArchitecture with get, set
Public Property ProcessorArchitecture As ProcessorArchitecture

Nilai Properti

Salah satu nilai enumerasi yang mengidentifikasi prosesor dan bit per kata platform yang ditargetkan oleh executable.

Keterangan

Dimulai dengan .NET Framework 4, properti ini selalu mengembalikan ProcessorArchitecture.None untuk rakitan referensi.

Berlaku untuk

Lihat juga