ServiceModelActivationSectionGroup Klasse

Definition

Enthält den Konfigurationsabschnitt für das Tool SMSvcHost.exe. Diese Klasse kann nicht vererbt werden.

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
Vererbung
ServiceModelActivationSectionGroup

Hinweise

Diese Klasse kapselt die verschiedenen Konfigurationselemente für das Tool SMSvcHost.exe ein. Insbesondere stellt sie die Konfigurationselemente dar, die in der Datei SMSvcHost.exe.config konfiguriert werden können.

Konstruktoren

ServiceModelActivationSectionGroup()

Initialisiert eine neue Instanz der ServiceModelActivationSectionGroup-Klasse.

Eigenschaften

Diagnostics

Ruft den Diagnose-Konfigurationsabschnitt ab.

IsDeclarationRequired

Ruft einen Wert ab, der angibt, ob die Deklaration dieses ConfigurationSectionGroup-Objekts erforderlich ist.

(Geerbt von ConfigurationSectionGroup)
IsDeclared

Ruft einen Wert ab, der angibt, ob dieses ConfigurationSectionGroup-Objekt deklariert wird.

(Geerbt von ConfigurationSectionGroup)
Name

Ruft die Namenseigenschaft dieses ConfigurationSectionGroup-Objekts ab.

(Geerbt von ConfigurationSectionGroup)
NetPipe

Ruft die Konfigurationseinstellungen für den Freigabedienst NetPipeActivator ab.

NetTcp

Ruft die Konfigurationseinstellungen für den Freigabedienst NetTcpPortSharing ab.

SectionGroupName

Ruft den dieser ConfigurationSectionGroup zugeordneten Abschnittsgruppennamen ab.

(Geerbt von ConfigurationSectionGroup)
SectionGroups

Ruft ein ConfigurationSectionGroupCollection-Objekt ab, das alle ConfigurationSectionGroup-Objekte enthält, die untergeordnete Elemente dieses ConfigurationSectionGroup-Objekts sind.

(Geerbt von ConfigurationSectionGroup)
Sections

Ruft ein ConfigurationSectionCollection-Objekt ab, das alle ConfigurationSection-Objekte innerhalb dieses ConfigurationSectionGroup-Objekts enthält.

(Geerbt von ConfigurationSectionGroup)
Type

Ruft den Typ für dieses ConfigurationSectionGroup-Objekt ab oder legt diesen fest.

(Geerbt von ConfigurationSectionGroup)

Methoden

Equals(Object)

Bestimmt, ob das angegebene Objekt gleich dem aktuellen Objekt ist.

(Geerbt von Object)
ForceDeclaration()

Erzwingt die Deklaration für dieses ConfigurationSectionGroup-Objekt.

(Geerbt von ConfigurationSectionGroup)
ForceDeclaration(Boolean)

Erzwingt die Deklaration für dieses ConfigurationSectionGroup-Objekt.

(Geerbt von ConfigurationSectionGroup)
GetHashCode()

Fungiert als Standardhashfunktion.

(Geerbt von Object)
GetSectionGroup(Configuration)

Ruft die System.ServiceModel.Activation-Konfigurationsabschnittsgruppe aus der angegebenen Konfigurationsdatei ab.

GetType()

Ruft den Type der aktuellen Instanz ab.

(Geerbt von Object)
MemberwiseClone()

Erstellt eine flache Kopie des aktuellen Object.

(Geerbt von Object)
ShouldSerializeSectionGroupInTargetVersion(FrameworkName)

Gibt an, ob die aktuelle ConfigurationSectionGroup Instanz serialisiert werden soll, wenn die Konfigurationsobjekthierarchie für die angegebene Zielversion der .NET Framework serialisiert wird.

(Geerbt von ConfigurationSectionGroup)
ToString()

Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.

(Geerbt von Object)

Gilt für