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

Sets the operating systems supported by the assembly.

[Visual Basic]
Public Sub SetOperatingSystems( _
   ByVal operatingSystems() As OperatingSystem _
)
[C#]
public void SetOperatingSystems(
   OperatingSystem[] operatingSystems
);
[C++]
public: void SetOperatingSystems(
   OperatingSystem* operatingSystems[]
);
[JScript]
public function SetOperatingSystems(
   operatingSystems : OperatingSystem[]
);

Parameters

operatingSystems
The operating systems supported by the assembly.

See Also

AssemblyName Class | AssemblyName Members | System.Reflection Namespace