다음을 통해 공유


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 이상은 어셈블리당 하나의 모듈만 지원합니다.

적용 대상