PlatformConfiguration Class |
Configures a target platform.
System.Object
PostSharp.Sdk.Extensibility.Configuration.ConfigurationElement
PostSharp.Sdk.Extensibility.Configuration.PlatformConfiguration
PostSharp.Sdk.Extensibility.Configuration.ConfigurationElement
PostSharp.Sdk.Extensibility.Configuration.PlatformConfiguration
Namespace: PostSharp.Sdk.Extensibility.Configuration
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
[SerializableAttribute] public sealed class PlatformConfiguration : ConfigurationElement
The PlatformConfiguration type exposes the following members.
Name | Description | |
---|---|---|
PlatformConfiguration() |
Creates a new uninitialized PlatformConfiguration.
| |
PlatformConfiguration(String, String) |
Initializes a new PlatformConfiguration.
|
Name | Description | |
---|---|---|
Implementation |
Gets or sets the full name of the type implementing [!:BuildEnvironment].
| |
Location | (Inherited from ConfigurationElement.) | |
Name |
Gets or sets the platform name (primary identifier).
| |
Parameters |
Gets or sets the collection of platform parameters.
| |
Parent |
Gets the parent configuration element.
(Inherited from ConfigurationElement.) | |
Root |
Gets the root configuration element.
(Inherited from ConfigurationElement.) | |
Xml | (Inherited from ConfigurationElement.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Validates the current configuration element.
(Inherited from ConfigurationElement.) |
A target platform is primarily defined by an implementation class,
and optionally by some parameters.