This read-write property gets or sets the processors supported by the assembly.
[Visual Basic] Property Processor As ProcessorID [C#] ProcessorID Processor {virtual set;} [C++] public: __property virtual void set_Processor(ProcessorID); [JScript] public function set Processor(ProcessorID);
Gets or sets the processors supported by the assembly
This property will be removed in a future release. Use GetProcessors or SetProcessors.
AssemblyName Class | AssemblyName Members | System.Reflection Namespace