SearchPathConfiguration Class |
Specifies a file(s) or a directory(ies) to be included in the list of paths which PostSharp searches for assemblies and plug-ins.
System.Object
PostSharp.Sdk.Extensibility.Configuration.ConfigurationElement
PostSharp.Sdk.Extensibility.Configuration.SearchPathConfiguration
PostSharp.Sdk.Extensibility.Configuration.ConfigurationElement
PostSharp.Sdk.Extensibility.Configuration.SearchPathConfiguration
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 SearchPathConfiguration : ConfigurationElement
The SearchPathConfiguration type exposes the following members.
Name | Description | |
---|---|---|
SearchPathConfiguration() |
Creates a new uninitialized SearchPathConfiguration.
| |
SearchPathConfiguration(String) |
Creates a new SearchPathConfiguration and sets the search directory.
|
Name | Description | |
---|---|---|
Condition | ||
Location | (Inherited from ConfigurationElement.) | |
Parent |
Gets the parent configuration element.
(Inherited from ConfigurationElement.) | |
Path |
Gets or sets the file(s) or path(s) to be included in the search path.
Paths are delimited by a semicolon (;).
| |
PathKind | ||
ReferenceDirectory | ||
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.) |
Specifying a file(s) adds the files only to the assembly path. To specify an individual plug-in, use the UsingConfiguration.