BaseVsaEngine.SaveCompiledState(Byte[], Byte[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
儲存引擎編譯的狀態,並選擇性儲存偵錯資訊。
public:
virtual void SaveCompiledState([Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pe, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % debugInfo);
public virtual void SaveCompiledState (out byte[] pe, out byte[] debugInfo);
abstract member SaveCompiledState : Byte[] * Byte[] -> unit
override this.SaveCompiledState : Byte[] * Byte[] -> unit
Public Overridable Sub SaveCompiledState (ByRef pe As Byte(), ByRef debugInfo As Byte())
參數
- pe
- Byte[]
指令碼引擎的編譯狀態。
- debugInfo
- Byte[]
指定對應至 PE (可攜式執行檔) 的 .PDB 檔案中包含的偵錯資訊。