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

傳回

編譯後組合語言的程式碼模組。

實作

適用於