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.GetProcessors

Get the processors supported by the assembly.

[Visual Basic]
Public Function GetProcessors() As ProcessorID ()
[C#]
public ProcessorID[] GetProcessors();
[C++]
public: ProcessorID* GetProcessors() [];
[JScript]
public function GetProcessors() : ProcessorID[];

Return Value

Returns the processors supported by the assembly.

See Also

AssemblyName Class | AssemblyName Members | System.Reflection Namespace