VsaEngine.GetModule 方法
定义
获取已编译的程序集中的代码模块。Gets the code module from the compiled assembly.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
virtual System::Reflection::Module ^ GetModule();
public System.Reflection.Module GetModule ();
abstract member GetModule : unit -> System.Reflection.Module
override this.GetModule : unit -> System.Reflection.Module
Public Function GetModule () As Module
返回
已编译的程序集中的代码模块。The code module from the compiled assembly.