Method | Description | |
---|---|---|
IsPlatformType ( PlatformType compareTo ) : bool |
Compares the platform to the specified type.
|
|
Platform ( PlatformType typeValue ) : System |
Initializes a new instance of the Platform class for a specific platform type.
|
Method | Description | |
---|---|---|
Platform ( ) : System |
public IsPlatformType ( PlatformType compareTo ) : bool | ||
compareTo | PlatformType | A |
return | bool |
public Platform ( PlatformType typeValue ) : System | ||
typeValue | PlatformType | The platform type. |
return | System |