PlatformConfiguration Class
Represents the pair of platform and configuration that a solution or project is built against.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Build.Workflow.Activities.PlatformConfiguration
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Déclaration
<SerializableAttribute> _
Public Class PlatformConfiguration
[SerializableAttribute]
public class PlatformConfiguration
[SerializableAttribute]
public ref class PlatformConfiguration
[<SerializableAttribute>]
type PlatformConfiguration = class end
public class PlatformConfiguration
The PlatformConfiguration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PlatformConfiguration() | Initializes a new instance of the PlatformConfiguration class. | |
PlatformConfiguration(String, String) | Initializes a new instance of the PlatformConfiguration class. |
Top
Properties
Name | Description | |
---|---|---|
Configuration | Gets or sets the configuration for which to build the solution or project. | |
Default | Gets an empty PlatformConfiguration object. | |
IsConfigurationEmpty | Gets a flag describing whether the Configuration property is not set. | |
IsEmpty | Gets a flag indicating whether both Configuration and Platform properties are not set. | |
IsPlatformEmpty | Gets a flag describing whether the Platform property is not set. | |
IsPlatformEmptyOrAnyCpu | Gets a flag describing whether the Platform property is set to “Any CPU” or empty. | |
Platform | Gets or sets the string indicating the platform for which to build the solution or project. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Gets a user-readable string describing the properties of this instance. (Overrides Object.ToString().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace