共用方式為


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

定義

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

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

參數

pe
Byte[]

指令碼引擎的編譯狀態。

pdb
Byte[]

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

適用於