VsaLoader.SaveCompiledState(Byte[], Byte[]) Method

Definition

Saves the compiled state of the script engine; optionally, it also saves debugging information.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Parameters

PE
Byte[]

The compiled state of the script engine.

PDB
Byte[]

Debugging information contained in the .PDB file corresponding to the PE (portable executable).

Implements

Applies to