BaseVsaEngine.SaveCompiledState(Byte[], Byte[]) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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).