ModuleBuilder.Name 屬性

定義

一個字串表示這是記憶體模組。

public:
 virtual property System::String ^ Name { System::String ^ get(); };
public override string Name { get; }
member this.Name : string
Public Overrides ReadOnly Property Name As String

屬性值

文字顯示這是記憶體模組。

備註

動態模組的名稱必須先從磁碟儲存並重新載入。

適用於