TargetPlatformSDK Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Structure to represent a target platform sdk
public ref class TargetPlatformSDK : IEquatable<Microsoft::Build::Utilities::TargetPlatformSDK ^>
public class TargetPlatformSDK : IEquatable<Microsoft.Build.Utilities.TargetPlatformSDK>
type TargetPlatformSDK = class
interface IEquatable<TargetPlatformSDK>
Public Class TargetPlatformSDK
Implements IEquatable(Of TargetPlatformSDK)
- Inheritance
-
TargetPlatformSDK
- Implements
Constructors
TargetPlatformSDK(String, Version, String) |
Constructor |
Properties
DisplayName |
The SDK's display name, or null if one is not defined. |
MinOSVersion |
Min OS version from manifest |
MinVSVersion |
Min Visual Studio version from manifest |
Path |
Path to target platform sdk if it exists, it may not if there is no target platform is installed |
TargetPlatformIdentifier |
Target platform identifier |
TargetPlatformVersion |
Target platform version |
Methods
ContainsPlatform(String, String) |
Returns true if this SDK supports the given platform, or false otherwise. |
Equals(Object) |
Override equals |
Equals(TargetPlatformSDK) |
Implement IEquatable |
GetHashCode() |
Override GetHashCode |