共用方式為


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

定義

儲存指令碼引擎的編譯狀態,也可選擇性地儲存偵錯資訊。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 virtual void SaveCompiledState([Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pe, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pdb) = Microsoft::Vsa::IVsaEngine::SaveCompiledState;
public virtual void SaveCompiledState (out byte[] pe, out byte[] pdb);
abstract member SaveCompiledState : Byte[] * Byte[] -> unit
override this.SaveCompiledState : Byte[] * Byte[] -> unit
Public Overridable Sub SaveCompiledState (ByRef pe As Byte(), ByRef pdb As Byte())

參數

pe
Byte[]

指令碼引擎的編譯狀態。

pdb
Byte[]

指定對應至 PE (可攜式執行檔) 的 .PDB 檔案中包含的偵錯資訊。

實作

適用於