Condividi tramite


Metodo VsaEngineClass.SaveCompiledState

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Spazio dei nomi:  Microsoft_VsaVb
Assembly:  Microsoft_VsaVb (in Microsoft_VsaVb.dll)

Sintassi

'Dichiarazione
Public Overridable Sub SaveCompiledState ( _
    <OutAttribute> ByRef pe As Byte(), _
    <OutAttribute> ByRef pdb As Byte() _
)
public virtual void SaveCompiledState(
    out byte[] pe,
    out byte[] pdb
)
public:
virtual void SaveCompiledState(
    [OutAttribute] array<unsigned char>^% pe, 
    [OutAttribute] array<unsigned char>^% pdb
)
abstract SaveCompiledState : 
        pe:byte[] byref * 
        pdb:byte[] byref -> unit  
override SaveCompiledState : 
        pe:byte[] byref * 
        pdb:byte[] byref -> unit
public function SaveCompiledState(
    pe : byte[], 
    pdb : byte[]
)

Parametri

  • pe
    Tipo: array<Byte[]%

     

  • pdb
    Tipo: array<Byte[]%

     

Implementa

IVsaEngine.SaveCompiledState(array<Byte[]%, array<Byte[]%)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VsaEngineClass Classe

Spazio dei nomi Microsoft_VsaVb