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

Definition

Speichert den kompilierten Zustand des Moduls; optional speichert sie 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 des Skriptmoduls.

debugInfo
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: