AssemblyBuilder.GetDynamicModuleCore(String) 方法

定义

在派生类中重写时,返回具有指定名称的动态模块。

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

适用于