Udostępnij za pośrednictwem


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

Definicja

Pobiera skompilowany stan aparatu skryptów i, opcjonalnie, skojarzone informacje o debugowaniu.

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

Parametry

pe
Byte[]

Skompilowany stan aparatu; zestaw w postaci bajtów.

debugInfo
Byte[]

Informacje o debugowaniu zestawu lub odwołanie o wartości null, jeśli takie informacje nie istnieją lub są niedostępne.

Dotyczy