IJSVsaEngine.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[]

規定 中包含的除錯資訊。PDB 檔案對應於 PE(可攜式執行檔)。

適用於