BaseVsaEngine.DoSaveCompiledState(Byte[], Byte[]) Method

Definition

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

protected:
 abstract void DoSaveCompiledState([Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pe, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % debugInfo);
protected abstract void DoSaveCompiledState (out byte[] pe, out byte[] debugInfo);
abstract member DoSaveCompiledState : Byte[] * Byte[] -> unit
Protected MustOverride Sub DoSaveCompiledState (ByRef pe As Byte(), ByRef debugInfo As Byte())

Parameters

pe
Byte[]

The compiled state of the engine.

debugInfo
Byte[]

Specifies debugging information contained in the .PDB file.

Applies to