Freigeben über


StrongAssemblyIdentity(AssemblyName, Guid) Konstruktor

Definition

Initialisiert eine neue Instanz der StrongAssemblyIdentity-Klasse.

public StrongAssemblyIdentity (System.Reflection.AssemblyName name, Guid mvid);
new Microsoft.VisualStudio.Composition.StrongAssemblyIdentity : System.Reflection.AssemblyName * Guid -> Microsoft.VisualStudio.Composition.StrongAssemblyIdentity
Public Sub New (name As AssemblyName, mvid As Guid)

Parameter

name
AssemblyName

Der Name der Assembly. Darf nicht NULL sein.

mvid
Guid

Der MVID des ManifestModules der Assembly.

Gilt für: