|
ICloneable { private System.PlatformID _platform; private Version _version; public OperatingSystem (PlatformID platform, Version version) { if (version == null ...
|
|
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
|
|
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 Class Library : System Namespace System.PlatformID Enumeration ... Member Name Description; Unix: Documentation for this section has not yet been entered
|
|
switch(osInfo->Platform) { case System::PlatformID::Win32Windows: { //code to determine specific Windows 9x version ...
|
|
switch(osInfo.Platform) { case System.PlatformID.Win32Windows: { // Code to determine specific version of Windows ...
|
|
public function PlatformID(value:int, name:String) Creates a new PlatformID instance. Parameters ...
|
|
Generated on Thu Feb 28 20:54:57 2008 for Node Director by 1.4.5
|
|
static void sfi.director.system.PlatformId.main ( String : args [] ) [static] ...
|