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

Get the operating systems supported by the assembly.

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

Return Value

Returns the operating systems supported by the assembly.

See Also

AssemblyName Class | AssemblyName Members | System.Reflection Namespace