StrongAssemblyIdentity(AssemblyName, Guid) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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。