ServiceModelActivationSectionGroup Klass

Definition

Innehåller konfigurationsavsnittet för verktyget SMSvcHost.exe. Det går inte att ärva den här klassen.

public ref class ServiceModelActivationSectionGroup sealed : System::Configuration::ConfigurationSectionGroup
public sealed class ServiceModelActivationSectionGroup : System.Configuration.ConfigurationSectionGroup
type ServiceModelActivationSectionGroup = class
    inherit ConfigurationSectionGroup
Public NotInheritable Class ServiceModelActivationSectionGroup
Inherits ConfigurationSectionGroup
Arv
ServiceModelActivationSectionGroup

Kommentarer

Den här klassen kapslar in de olika konfigurationselementen för verktyget SMSvcHost.exe. Mer specifikt representerar den de konfigurationselement som kan konfigureras i SMSvcHost.exe.config-filen.

Konstruktorer

Name Description
ServiceModelActivationSectionGroup()

Initierar en ny instans av ServiceModelActivationSectionGroup klassen.

Egenskaper

Name Description
Diagnostics

Hämtar avsnittet diagnostikkonfiguration.

IsDeclarationRequired

Hämtar ett värde som anger om den här ConfigurationSectionGroup objektdeklarationen krävs.

(Ärvd från ConfigurationSectionGroup)
IsDeclared

Hämtar ett värde som anger om det här ConfigurationSectionGroup objektet har deklarerats.

(Ärvd från ConfigurationSectionGroup)
Name

Hämtar namnegenskapen för det här ConfigurationSectionGroup objektet.

(Ärvd från ConfigurationSectionGroup)
NetPipe

Hämtar konfigurationsinställningarna för NetPipeActivator-delningstjänsten.

NetTcp

Hämtar konfigurationsinställningarna för delningstjänsten NetTcpPortSharing.

SectionGroupName

Hämtar det avsnittsgruppnamn som är associerat med den här ConfigurationSectionGroup.

(Ärvd från ConfigurationSectionGroup)
SectionGroups

Hämtar ett ConfigurationSectionGroupCollection objekt som innehåller alla ConfigurationSectionGroup objekt som är underordnade till det här ConfigurationSectionGroup objektet.

(Ärvd från ConfigurationSectionGroup)
Sections

Hämtar ett ConfigurationSectionCollection objekt som innehåller alla ConfigurationSection objekt i det här ConfigurationSectionGroup objektet.

(Ärvd från ConfigurationSectionGroup)
Type

Hämtar eller anger typen för det här ConfigurationSectionGroup objektet.

(Ärvd från ConfigurationSectionGroup)

Metoder

Name Description
Equals(Object)

Avgör om det angivna objektet är lika med det aktuella objektet.

(Ärvd från Object)
ForceDeclaration()

Tvingar fram deklarationen för det här ConfigurationSectionGroup objektet.

(Ärvd från ConfigurationSectionGroup)
ForceDeclaration(Boolean)

Tvingar fram deklarationen för det här ConfigurationSectionGroup objektet.

(Ärvd från ConfigurationSectionGroup)
GetHashCode()

Fungerar som standard-hash-funktion.

(Ärvd från Object)
GetSectionGroup(Configuration)

Hämtar konfigurationsavsnittsgruppen System.ServiceModel.Activation från den angivna konfigurationsfilen.

GetType()

Hämtar den aktuella instansen Type .

(Ärvd från Object)
MemberwiseClone()

Skapar en ytlig kopia av den aktuella Object.

(Ärvd från Object)
ShouldSerializeSectionGroupInTargetVersion(FrameworkName)

Anger om den aktuella ConfigurationSectionGroup-instansen ska serialiseras när konfigurationsobjekthierarkin serialiseras för den angivna målversionen av .NET Framework.

(Ärvd från ConfigurationSectionGroup)
ToString()

Returnerar en sträng som representerar det aktuella objektet.

(Ärvd från Object)

Gäller för