AssemblyName.ProcessorArchitecture Property
.NET Framework 3.0
Gets or sets a value that identifies the processor and bits-per-word of the platform targeted by an executable.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
'Declaration Public Property ProcessorArchitecture As ProcessorArchitecture 'Usage Dim instance As AssemblyName Dim value As ProcessorArchitecture value = instance.ProcessorArchitecture instance.ProcessorArchitecture = value
/** @property */ public ProcessorArchitecture get_ProcessorArchitecture () /** @property */ public void set_ProcessorArchitecture (ProcessorArchitecture value)
public function get ProcessorArchitecture () : ProcessorArchitecture public function set ProcessorArchitecture (value : ProcessorArchitecture)
Not applicable.
Property Value
One of the ProcessorArchitecture values that identifies the processor and bits-per-word of the platform targeted by an executable.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.