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

Definition

Gets the compiled state of a script engine, and, optionally, associated debugging information.

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

Parameters

pe
Byte[]

The compiled state of the engine; an assembly in byte form.

debugInfo
Byte[]

The debugging information for the assembly, or a null reference if such information does not exist or is not available.

Applies to