ServiceConfigurationCollection Class |
[Missing <summary> documentation for "T:PostSharp.Sdk.Extensibility.Configuration.ServiceConfigurationCollection"]
System.Object
System.MarshalByRefObject
MarshalByRefList<ServiceConfiguration>
PostSharp.Sdk.Extensibility.Configuration.ServiceConfigurationCollection
System.MarshalByRefObject
MarshalByRefList<ServiceConfiguration>
PostSharp.Sdk.Extensibility.Configuration.ServiceConfigurationCollection
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 ServiceConfigurationCollection : MarshalByRefList<ServiceConfiguration>
The ServiceConfigurationCollection type exposes the following members.
Name | Description | |
---|---|---|
ServiceConfigurationCollection | Initializes a new instance of the ServiceConfigurationCollection class |
Name | Description | |
---|---|---|
Count | (Inherited from MarshalByRefList<ServiceConfiguration>.) | |
IsReadOnly | (Inherited from MarshalByRefList<ServiceConfiguration>.) | |
Item | (Inherited from MarshalByRefList<ServiceConfiguration>.) |
Name | Description | |
---|---|---|
Add | (Inherited from MarshalByRefList<ServiceConfiguration>.) | |
Clear | (Inherited from MarshalByRefList<ServiceConfiguration>.) | |
Contains | (Inherited from MarshalByRefList<ServiceConfiguration>.) | |
CopyTo | (Inherited from MarshalByRefList<ServiceConfiguration>.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetEnumerator | (Inherited from MarshalByRefList<ServiceConfiguration>.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf | (Inherited from MarshalByRefList<ServiceConfiguration>.) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
Insert | (Inherited from MarshalByRefList<ServiceConfiguration>.) | |
Remove | (Inherited from MarshalByRefList<ServiceConfiguration>.) | |
RemoveAt | (Inherited from MarshalByRefList<ServiceConfiguration>.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |