共用方式為


VsaEngine.GetModule 方法

定義

取得已編譯組件的程式碼模組。

此 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

傳回

來自已編譯組件的程式碼模組。

實作

適用於