共用方式為


BaseVsaEngine.SaveCompiledState(Byte[], Byte[]) 方法

定義

儲存引擎編譯的狀態,並選擇性儲存偵錯資訊。

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 檔案中包含的偵錯資訊。

實作

適用於