Share via


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

Definición

Guarda el estado compilado del motor de scripts; también puede guardar 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 scripts.

PDB
Byte[]

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

Implementaciones

Se aplica a