PlatformID (System.PlatformID)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: mscorlib.dll

Describes the platforms supported by an assembly.

VB.NET C#

C#

public enum struct PlatformID : System.IComparable, System.IFormattable, System.IConvertible
{
}

Articles

Koders Code Search: OperatingSystem.cs - C#

ICloneable { private System.PlatformID _platform; private Version _version; public OperatingSystem (PlatformID platform, Version version) { if (version == null ...

Paul D. Murphy : August 2004 - Posts

System.PlatformId in 1.1 namespace System { public enum PlatformID { // Fields Win32NT = 2, Win32S = 0, Win32Windows = 1, WinCE = 3 } } System.PlatformId in 2.0 namespace Read More

Paul D. Murphy : After careful consideration...

I come come across compelling evidence that Whidbey will natively support Unix. System.PlatformId in 1.1 namespace System { public enum PlatformID { // Fields Win32NT = 2, Win32S ...

Mono Documentation

Mono Class Library : System Namespace System.PlatformID Enumeration ... Member Name Description; Unix: Documentation for this section has not yet been entered

How to determine the version of Windows by using Visual C++

switch(osInfo->Platform) { case System::PlatformID::Win32Windows: { //code to determine specific Windows 9x version ...

How to determine the Windows version by using Visual C#

switch(osInfo.Platform) { case System.PlatformID.Win32Windows: { // Code to determine specific version of Windows ...

system.PlatformID

public function PlatformID(value:int, name:String) Creates a new PlatformID instance. Parameters ...

Node Director: director/system/PlatformId.java File Reference

Generated on Thu Feb 28 20:54:57 2008 for Node Director by 1.4.5

Node Director: sfi.director.system.PlatformId Class Reference

static void sfi.director.system.PlatformId.main ( String : args [] ) [static] ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support