Bagikan melalui


BaseVsaEngine.DoSaveCompiledState(Byte[], Byte[]) Metode

Definisi

Menyimpan status mesin skrip yang dikompilasi; secara opsional, ini juga menyimpan informasi penelusuran kesalahan.

protected:
 abstract void DoSaveCompiledState([Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pe, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % debugInfo);
protected abstract void DoSaveCompiledState (out byte[] pe, out byte[] debugInfo);
abstract member DoSaveCompiledState : Byte[] * Byte[] -> unit
Protected MustOverride Sub DoSaveCompiledState (ByRef pe As Byte(), ByRef debugInfo As Byte())

Parameter

pe
Byte[]

Keadaan mesin yang dikompilasi.

debugInfo
Byte[]

Informasi penelusuran kesalahan yang terkandung dalam . File PDB.

Berlaku untuk