PlugInConfiguration Class |
Plug-in-level configuration.
System.Object
PostSharp.Sdk.Extensibility.Configuration.ConfigurationElement
PostSharp.Sdk.Extensibility.Configuration.BaseConfiguration
PostSharp.Sdk.Extensibility.Configuration.PlugInConfiguration
PostSharp.Sdk.Extensibility.Configuration.ConfigurationElement
PostSharp.Sdk.Extensibility.Configuration.BaseConfiguration
PostSharp.Sdk.Extensibility.Configuration.PlugInConfiguration
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 PlugInConfiguration : BaseConfiguration
The PlugInConfiguration type exposes the following members.
Name | Description | |
---|---|---|
PlugInConfiguration | Initializes a new instance of the PlugInConfiguration class |
Name | Description | |
---|---|---|
FileName |
Gets or sets the name of the file declaring the current configuration.
(Inherited from BaseConfiguration.) | |
IsBuildDependency | (Inherited from BaseConfiguration.) | |
Items | (Inherited from BaseConfiguration.) | |
Licenses | (Inherited from BaseConfiguration.) | |
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.
(Inherited from BaseConfiguration.) | |
PlugInAlias | (Inherited from BaseConfiguration.) | |
Properties |
Gets or sets the collection of properties defined in the current file.
(Inherited from BaseConfiguration.) | |
Root |
Gets the root configuration element.
(Inherited from ConfigurationElement.) | |
SearchPath |
Gets or sets the collection of directories to be added to the search path.
(Inherited from BaseConfiguration.) | |
Services | (Inherited from BaseConfiguration.) | |
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.
(Inherited from BaseConfiguration.) | |
TaskTypes |
Gets or sets the collection of task types defined in the current file.
(Inherited from BaseConfiguration.) | |
Usings |
Gets or sets the collection of plug-ins to be included in the project.
(Inherited from BaseConfiguration.) | |
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.) | |
GetWellKnownElementNames | (Inherited from BaseConfiguration.) | |
GetWellKnownProjectExtensionElements | (Inherited from BaseConfiguration.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Validates the current configuration element.
(Inherited from ConfigurationElement.) |