IVsaEngine.SaveCompiledState, méthode

Enregistre l'état compilé du moteur de script. Enregistre aussi, éventuellement, les informations de débogage.

Espace de noms :  Microsoft.Vsa
Assembly :  Microsoft.Vsa (dans Microsoft.Vsa.dll)

Syntaxe

'Déclaration
<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[]
)

Paramètres

  • pe
    Type : array<Byte[]%

    État compilé du moteur de script.

  • pdb
    Type : array<Byte[]%

    Spécifie les informations de débogage contenues dans le fichier .PDB correspondant au fichier exécutable portable (PE).

Voir aussi

Référence

IVsaEngine Interface

Microsoft.Vsa, espace de noms