共用方式為


CompilationOptions.ModuleName 屬性

定義

應該使用預設名稱,則為主要模組的名稱,或為 Null。

public:  property System::String ^ ModuleName {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
public string ModuleName { get; protected set; }
public string? ModuleName { get; protected set; }
member this.ModuleName : string with get, set
Public Property ModuleName As String

屬性值

備註

名稱通常 (,但不一定) 包含副檔名,例如「MyModule.dll」。

如果 ModuleName 為 null,則寫入中繼資料的實際名稱衍生自編譯 () AssemblyName 的名稱,方法是附加 的預設副檔名 OutputKind

適用於