Share via


Metodo IVsaEngine.SaveCompiledState

Salva lo stato compilato del motore di script e, facoltativamente, anche le informazioni di debug.

Spazio dei nomi:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Sintassi

'Dichiarazione
<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[]
)

Parametri

  • pe
    Tipo: array<Byte[]%

    Stato compilato del motore di script.

  • pdb
    Tipo: array<Byte[]%

    Specifica le informazioni di debug contenute nel file con estensione PDB corrispondente al file eseguibile di tipo PE.

Vedere anche

Riferimenti

IVsaEngine Interfaccia

Spazio dei nomi Microsoft.Vsa