Share via


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
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub SaveCompiledState ( _
    <OutAttribute> ByRef pe As Byte(), _
    <OutAttribute> ByRef pdb As Byte() _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void SaveCompiledState(
    out byte[] pe,
    out byte[] pdb
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void SaveCompiledState(
    [OutAttribute] array<unsigned char>^% pe, 
    [OutAttribute] array<unsigned char>^% pdb
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract SaveCompiledState : 
        pe:byte[] byref * 
        pdb:byte[] byref -> unit
function SaveCompiledState(
    pe : byte[], 
    pdb : byte[]
)

Parameter

  • pe
    Typ: array<Byte[]%

    Der kompilierte Zustand des Skriptmoduls.

  • pdb
    Typ: array<Byte[]%

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

Siehe auch

Referenz

IVsaEngine Schnittstelle

Microsoft.Vsa-Namespace