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 仅支持一个模块。

适用于