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[];
Returns the operating systems supported by the assembly.
AssemblyName Class | AssemblyName Members | System.Reflection Namespace