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

Definition

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

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

public:
 virtual void SaveCompiledState([Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pe, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pdb) = Microsoft::Vsa::IVsaEngine::SaveCompiledState;
public virtual void SaveCompiledState(out byte[] pe, out byte[] pdb);
abstract member SaveCompiledState : Byte[] * Byte[] -> unit
override this.SaveCompiledState : Byte[] * Byte[] -> unit
Public Overridable 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).

Implementeringar

Gäller för