AddInInformation-Klasse

This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.

Vererbungshierarchie

System.Object
  Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInformation

Namespace:  Microsoft.VisualStudio.Tools.Applications.Deployment
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class AddInInformation
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class AddInInformation

Der AddInInformation-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode AddInInformation

Zum Seitenanfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AppDomainSetup
Öffentliche Eigenschaft ApplicationManifest
Öffentliche Eigenschaft CustomizationId

Zum Seitenanfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals Bestimmt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist. (Von Object geerbt.)
Öffentliche Methode GetHashCode Fungiert als Hashfunktion für einen bestimmten Typ. (Von Object geerbt.)
Öffentliche Methode GetType Ruft den Type der aktuellen Instanz ab. (Von Object geerbt.)
Öffentliche Methode ToString Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt. (Von Object geerbt.)

Zum Seitenanfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

Microsoft.VisualStudio.Tools.Applications.Deployment-Namespace