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

Definition

Speichert den kompilierten Zustand der Engine und speichert optional auch Debuginformationen.

public:
 virtual void SaveCompiledState([Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pe, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % debugInfo);
public virtual void SaveCompiledState (out byte[] pe, out byte[] debugInfo);
abstract member SaveCompiledState : Byte[] * Byte[] -> unit
override this.SaveCompiledState : Byte[] * Byte[] -> unit
Public Overridable Sub SaveCompiledState (ByRef pe As Byte(), ByRef debugInfo As Byte())

Parameter

pe
Byte[]

Der kompilierte Zustand der Skript-Engine.

debugInfo
Byte[]

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

Implementiert

Gilt für: