NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AssemblyName.Processor

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);

Property Value

Gets or sets the processors supported by the assembly

Remarks

This property will be removed in a future release. Use GetProcessors or SetProcessors.

See Also

AssemblyName Class | AssemblyName Members | System.Reflection Namespace