StrongAssemblyIdentity(AssemblyName, Guid) 构造函数

定义

初始化 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)

参数

name
AssemblyName

程序集名称。 不能为 null。

mvid
Guid

程序集的 ManifestModule 的 MVID。

适用于