Partilhar via


StrongAssemblyIdentity(AssemblyName, Guid) Construtor

Definição

Inicializa uma nova instância da classe StrongAssemblyIdentity.

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)

Parâmetros

name
AssemblyName

O nome do assembly. Não pode ser nulo.

mvid
Guid

A MVID do ManifestModule do assembly.

Aplica-se a