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

Definition

Speichert den kompilierten Zustand des Skriptmoduls; optional speichert sie auch Debuginformationen.

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

Parameter

pe
Byte[]

Der kompilierte Zustand des Skriptmoduls.

pdb
Byte[]

Gibt Debuginformationen an, die in der Datei enthalten sind. PDB-Datei, die der PE-Datei (portable ausführbare Datei) entspricht.

Gilt für: