Platform Property (.NET)

 

Type: String

 

Returns information about the user's installed operating system. For example Win95, Win98, WinME, WinNT, WinXP, Win2000, Windows Server 2003, Windows Vista, Windows Server 2008, UNIX, MacPPC, and MacOSX.

 

C# Example:

<html>Platform:

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.Platform);

%>

</html>

 

See Also:

Detecting Operating System Details

OSArch Property (.NET)

OSName Property (.NET)

OSVersion Property (.NET)