BaseVsaEngine.SaveCompiledState(Byte[], Byte[]) Método

Definición

Guarda el estado de compilación del motor; opcionalmente, también guarda información de depuración.

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

Parámetros

pe
Byte[]

Estado compilado del motor de scripts.

debugInfo
Byte[]

Especifica la información de depuración contenida en el archivo .PDB correspondiente al archivo portable ejecutable (PE).

Implementaciones

Se aplica a