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 僅支援一個模組。

適用於