VsaEngine.GetAssembly 方法
定义
获取编译步骤所生成的已编译程序集。Gets the compiled assembly that is produced by the compilation step.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
virtual System::Reflection::Assembly ^ GetAssembly();
public System.Reflection.Assembly GetAssembly ();
abstract member GetAssembly : unit -> System.Reflection.Assembly
override this.GetAssembly : unit -> System.Reflection.Assembly
Public Function GetAssembly () As Assembly
返回
已编译的程序集。The compiled assembly.