TargetPlatformSDK Třída
Definice
Představuje sadu SDK cílové platformy.Represents 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)
- Dědičnost
-
TargetPlatformSDK
- Implementuje
Konstruktory
TargetPlatformSDK(String, Version, String) |
Vytvoří novou instanci třídy sady SDK cílové platformy.Creates a new instance of a target platform SDK class. |
Vlastnosti
Path |
Získá nebo nastaví cestu k sadě SDK cílové platformy.Gets or sets the Path to the target platform SDK. |
TargetPlatformIdentifier |
Získá nebo nastaví identifikátor sady SDK cílové platformy.Gets or sets the target platform SDK identifier. |
TargetPlatformVersion |
Získá nebo nastaví verzi cílové platformy.Gets or sets the version of the target platform. |
Metody
Equals(Object) |
Zajišťuje rovnost mezi sadou SDK a objektem cílové platformy.Ensures equality between target platform SDK and object. |
Equals(TargetPlatformSDK) |
Zajišťuje rovnost mezi sadami SDK cílové platformy.Ensures equality between target platform SDKs. |
GetHashCode() |
Získá hodnotu hash pro sadu SDK cílové platformy.Gets the hash code for the target platform SDK. |
GetType() |
Získá Type aktuální instance.Gets the Type of the current instance. (Zděděno od Object) |
MemberwiseClone() |
Vytvoří kopii aktuálního Objectbez podstruktury.Creates a shallow copy of the current Object. (Zděděno od Object) |
ToString() |
Vrací řetězec, který představuje aktuální objekt.Returns a string that represents the current object. (Zděděno od Object) |