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

Definition

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

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 virtual void SaveCompiledState([Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pe, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pdb) = Microsoft::Vsa::IVsaEngine::SaveCompiledState;
public virtual void SaveCompiledState(out byte[] pe, out byte[] pdb);
abstract member SaveCompiledState : Byte[] * Byte[] -> unit
override this.SaveCompiledState : Byte[] * Byte[] -> unit
Public Overridable 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: