IJSVsaEngine.SaveCompiledState(Byte[], Byte[]) Metod

Definition

Sparar skriptmotorns kompilerade tillstånd. om du vill sparar den även felsökningsinformation.

public:
 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
Public Sub SaveCompiledState (ByRef pe As Byte(), ByRef pdb As Byte())

Parametrar

pe
Byte[]

Skriptmotorns kompilerade tillstånd.

pdb
Byte[]

Anger felsökningsinformation som finns i . PDB-fil som motsvarar PE (bärbar körbar fil).

Gäller för