ServiceConfiguration Class |
[Missing <summary> documentation for "T:PostSharp.Sdk.Extensibility.Configuration.ServiceConfiguration"]
System.Object
PostSharp.Sdk.Extensibility.Configuration.ConfigurationElement
PostSharp.Sdk.Extensibility.Configuration.ServiceConfiguration
PostSharp.Sdk.Extensibility.Configuration.ConfigurationElement
PostSharp.Sdk.Extensibility.Configuration.ServiceConfiguration
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 ServiceConfiguration : ConfigurationElement
The ServiceConfiguration type exposes the following members.
Name | Description | |
---|---|---|
ServiceConfiguration() | Initializes a new instance of the ServiceConfiguration class | |
ServiceConfiguration(CreateServiceDelegate) | Initializes a new instance of the ServiceConfiguration class | |
ServiceConfiguration(String, String) | Initializes a new instance of the ServiceConfiguration class |
Name | Description | |
---|---|---|
AssemblyFile | ||
Condition | ||
CreateServiceDelegate | ||
Location | (Inherited from ConfigurationElement.) | |
Parent |
Gets the parent configuration element.
(Inherited from ConfigurationElement.) | |
Root |
Gets the root configuration element.
(Inherited from ConfigurationElement.) | |
TypeName | ||
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.) |