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