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

Definición

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

public:
 virtual void SaveCompiledState([Runtime::InteropServices::Out] cli::array <System::Byte> ^ % PE, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % PDB);
public void SaveCompiledState(out byte[] PE, out byte[] PDB);
abstract member SaveCompiledState : Byte[] * Byte[] -> unit
override this.SaveCompiledState : Byte[] * Byte[] -> unit
Public Sub SaveCompiledState (ByRef PE As Byte(), ByRef PDB As Byte())

Parámetros

PE
Byte[]

Estado compilado del motor de script.

PDB
Byte[]

Especifica la información de depuración contenida en . Archivo PDB correspondiente al PE (ejecutable portátil).

Implementaciones

Se aplica a