Freigeben über


IVsaEngine.SaveCompiledState-Methode

Speichert den kompilierten Zustand des Skriptmoduls und speichert optional auch Debuginformationen.

Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in microsoft.vsa.dll)

Syntax

'Declaration
Sub SaveCompiledState ( _
    <OutAttribute> ByRef pe As Byte(), _
    <OutAttribute> ByRef pdb As Byte() _
)
'Usage
Dim instance As IVsaEngine
Dim pe As Byte()
Dim pdb As Byte()

instance.SaveCompiledState(pe, pdb)
void SaveCompiledState (
    out byte[] pe,
    out byte[] pdb
)
void SaveCompiledState (
    [OutAttribute] array<unsigned char>^% pe, 
    [OutAttribute] array<unsigned char>^% pdb
)
void SaveCompiledState (
    /** @attribute OutAttribute() */ /** @ref */ byte[] pe, 
    /** @attribute OutAttribute() */ /** @ref */ byte[] pdb
)
JScript unterstützt die Übergabe von Werttypargumenten als Verweis nicht.

Parameter

  • pe
    Der kompilierte Zustand des Skriptmoduls.
  • pdb
    Gibt die Debuginformationen in der .PDB-Datei an, die der PE-Datei (übertragbare ausführbare Datei) entspricht.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

IVsaEngine-Schnittstelle
IVsaEngine-Member
Microsoft.Vsa-Namespace