BaseConfiguration Class |
Elements of configuration that are common to the application-level,
plugin-level and project-level configuration.
System.Object
PostSharp.Sdk.Extensibility.Configuration.ConfigurationElement
PostSharp.Sdk.Extensibility.Configuration.BaseConfiguration
PostSharp.Sdk.Extensibility.Configuration.ApplicationConfiguration
PostSharp.Sdk.Extensibility.Configuration.PlugInConfiguration
PostSharp.Sdk.Extensibility.Configuration.ProjectConfiguration
PostSharp.Sdk.Extensibility.Configuration.ConfigurationElement
PostSharp.Sdk.Extensibility.Configuration.BaseConfiguration
PostSharp.Sdk.Extensibility.Configuration.ApplicationConfiguration
PostSharp.Sdk.Extensibility.Configuration.PlugInConfiguration
PostSharp.Sdk.Extensibility.Configuration.ProjectConfiguration
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 abstract class BaseConfiguration : ConfigurationElement
The BaseConfiguration type exposes the following members.
Name | Description | |
---|---|---|
BaseConfiguration | Initializes a new instance of the BaseConfiguration class |
Name | Description | |
---|---|---|
FileName |
Gets or sets the name of the file declaring the current configuration.
| |
IsBuildDependency | ||
Items | ||
Licenses | ||
Location | (Inherited from ConfigurationElement.) | |
Parent |
Gets the parent configuration element.
(Inherited from ConfigurationElement.) | |
Platforms |
Gets or sets the collection of platforms defined in the current file.
| |
PlugInAlias | ||
Properties |
Gets or sets the collection of properties defined in the current file.
| |
Root |
Gets the root configuration element.
(Inherited from ConfigurationElement.) | |
SearchPath |
Gets or sets the collection of directories to be added to the search path.
| |
Services | ||
TaskFactories |
Gets or sets the set of programmatically-inserted tasks. Instead of being inserted declaratively
using an XmlElement, tasks are created by invoking a CreateTaskDelegate.
| |
TaskTypes |
Gets or sets the collection of task types defined in the current file.
| |
Usings |
Gets or sets the collection of plug-ins to be included in the project.
| |
Xml | (Inherited from ConfigurationElement.) |
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 the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetWellKnownElementNames | ||
GetWellKnownProjectExtensionElements | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Validates the current configuration element.
(Inherited from ConfigurationElement.) |