IJSVsaSite.GetCompiledState(Byte[], Byte[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得已編譯的腳本引擎狀態,並可選擇性地取得相關的除錯資訊。
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[]
組合語言的除錯資訊,或若無或無法取得則提供空參考。