IJSVsaSite.GetCompiledState(Byte[], Byte[]) 方法

定義

取得已編譯的腳本引擎狀態,並可選擇性地取得相關的除錯資訊。

public:
 void GetCompiledState([Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pe, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % debugInfo);
public void GetCompiledState(out byte[] pe, out byte[] debugInfo);
abstract member GetCompiledState : Byte[] * Byte[] -> unit
Public Sub GetCompiledState (ByRef pe As Byte(), ByRef debugInfo As Byte())

參數

pe
Byte[]

引擎的編譯狀態;一個位元組形式的組合語言。

debugInfo
Byte[]

組合語言的除錯資訊,或若無或無法取得則提供空參考。

適用於