ModuleBuilder.Assembly 属性
定义
获取定义此 ModuleBuilder 实例的动态程序集。Gets the dynamic assembly that defined this instance of ModuleBuilder.
public:
virtual property System::Reflection::Assembly ^ Assembly { System::Reflection::Assembly ^ get(); };
public override System.Reflection.Assembly Assembly { get; }
member this.Assembly : System.Reflection.Assembly
Public Overrides ReadOnly Property Assembly As Assembly
属性值
定义了当前动态模块的动态程序集。The dynamic assembly that defined the current dynamic module.
注解
Assembly返回的对象是 AssemblyBuilder 定义此实例的 ModuleBuilder 。The Assembly object that is returned is the AssemblyBuilder that defined this instance of ModuleBuilder.