Bagikan melalui


IVsaSite.GetCompiledState(Byte[], Byte[]) Metode

Definisi

Mendapatkan status mesin skrip yang dikompilasi, dan, secara opsional, informasi penelusuran kesalahan terkait.

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

Parameter

pe
Byte[]

Status mesin yang dikompilasi; perakitan dalam bentuk byte.

debugInfo
Byte[]

Informasi penelusuran kesalahan untuk assembly, atau referensi null jika informasi tersebut tidak ada atau tidak tersedia.

Berlaku untuk