VsaEngineClass.SaveCompiledState (Método)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Espacio de nombres:  Microsoft_VsaVb
Ensamblado:  Microsoft_VsaVb (en Microsoft_VsaVb.dll)

Sintaxis

'Declaración
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[]
)

Parámetros

  • pe
    Tipo: array<Byte[]%

     

  • pdb
    Tipo: array<Byte[]%

     

Implementaciones

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

Seguridad de .NET Framework

Vea también

Referencia

VsaEngineClass Clase

Microsoft_VsaVb (Espacio de nombres)