AssemblyBuilder.GetDynamicModuleCore(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,傳回具有指定名稱的動態模組。
protected:
abstract System::Reflection::Emit::ModuleBuilder ^ GetDynamicModuleCore(System::String ^ name);
protected abstract System.Reflection.Emit.ModuleBuilder? GetDynamicModuleCore (string name);
abstract member GetDynamicModuleCore : string -> System.Reflection.Emit.ModuleBuilder
Protected MustOverride Function GetDynamicModuleCore (name As String) As ModuleBuilder
參數
- name
- String
要求之動態模組的名稱。
傳回
表示所要求動態模組的 ModuleBuilder。
備註
.NET Core 和 .NET 5+ 僅支援每個元件一個模組。