Bagikan melalui


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

Definisi

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

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())

Parameter

pe
Byte[]

Status mesin skrip yang dikompilasi.

debugInfo
Byte[]

Menentukan informasi penelusuran kesalahan yang terkandung dalam . File PDB yang sesuai dengan PE (portable executable).

Penerapan

Berlaku untuk