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

Definition

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

protected:
 abstract void DoSaveCompiledState([Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pe, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % debugInfo);
protected abstract void DoSaveCompiledState (out byte[] pe, out byte[] debugInfo);
abstract member DoSaveCompiledState : Byte[] * Byte[] -> unit
Protected MustOverride Sub DoSaveCompiledState (ByRef pe As Byte(), ByRef debugInfo As Byte())

Parameter

pe
Byte[]

Der kompilierte Zustand der Engine.

debugInfo
Byte[]

Gibt in der PDB-Datei enthaltene Debuginformationen an.

Gilt für: