Share via


StrongAssemblyIdentity(AssemblyName, Guid) Constructor

Definition

Initializes a new instance of the StrongAssemblyIdentity class.

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)

Parameters

name
AssemblyName

The assembly name. Cannot be null.

mvid
Guid

The MVID of the ManifestModule of the assembly.

Applies to