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+ 仅支持每个程序集一个模块。