AppDomainInfoEnum.GetData Methode

Definition

Ruft eine IAppDomainInfo Schnittstelle ab.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 virtual System::Web::Hosting::IAppDomainInfo ^ GetData();
public System.Web.Hosting.IAppDomainInfo GetData();
abstract member GetData : unit -> System.Web.Hosting.IAppDomainInfo
override this.GetData : unit -> System.Web.Hosting.IAppDomainInfo
Public Function GetData () As IAppDomainInfo

Gibt zurück

Eine IAppDomainInfo-Schnittstelle.

Implementiert

Hinweise

GetData wird im .NET Framework 3.5 eingeführt. Weitere Informationen finden Sie unter "Versionen und Abhängigkeiten".

Gilt für: