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

Definition

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

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

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.

Implementiert

Gilt für: