Compartilhar via


Método IVsaEngine.SaveCompiledState

Salva o estado compilado do mecanismo de script; Opcionalmente, ele também salva as informações de depuração.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (em Microsoft.Vsa.dll)

Sintaxe

'Declaração
<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[]
)

Parâmetros

  • pe
    Tipo: array<Byte[]%

    O estado compilado do mecanismo de script.

  • pdb
    Tipo: array<Byte[]%

    Especifica as informações de depuração contidas na.Arquivo PDB correspondente do PE (executáveis portáteis).

Consulte também

Referência

IVsaEngine Interface

Namespace Microsoft.Vsa