BaseVsaEngine.DoSaveCompiledState(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 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[]
Menentukan informasi penelusuran kesalahan yang terkandung dalam . File PDB.