AssemblyBuilder.GetModule(String) 方法   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此程序集中的指定模块。
public:
 override System::Reflection::Module ^ GetModule(System::String ^ name);public override System.Reflection.Module? GetModule(string name);public override System.Reflection.Module GetModule(string name);override this.GetModule : string -> System.Reflection.ModulePublic Overrides Function GetModule (name As String) As Module参数
- name
- String
所请求模块的名称。
返回
所请求的模块,若未找到该模块则为 null。