ImportAssemblyBindingsConfiguration Class |
Specifies that assembly redirection configuration should be
imported from another XML file. Part of the DependentAssembliesConfiguration
element.
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 ImportAssemblyBindingsConfiguration
The ImportAssemblyBindingsConfiguration type exposes the following members.
Name | Description | |
---|---|---|
ImportAssemblyBindingsConfiguration | Initializes a new instance of the ImportAssemblyBindingsConfiguration class |
Name | Description | |
---|---|---|
File |
Gets or sets the path of the imported XML file.
| |
Select |
Gets or sets the XPath expression evaluating to a node of type AssemblyBindingExternalConfiguration.
|
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.) |