Compartir a través de


VsaEngine.SaveCompiledState (Método)

Espacio de nombres:  Microsoft.VisualBasic.Vsa
Ensamblado:  Microsoft.VisualBasic.Vsa (en Microsoft.VisualBasic.Vsa.dll)

Sintaxis

'Declaración
Public Sub SaveCompiledState ( _
    <OutAttribute> ByRef PE As Byte(), _
    <OutAttribute> ByRef PDB As Byte() _
)
public void SaveCompiledState(
    out byte[] PE,
    out byte[] PDB
)
public:
virtual void SaveCompiledState(
    [OutAttribute] array<unsigned char>^% PE, 
    [OutAttribute] array<unsigned char>^% PDB
) sealed
abstract SaveCompiledState : 
        PE:byte[] byref * 
        PDB:byte[] byref -> unit  
override SaveCompiledState : 
        PE:byte[] byref * 
        PDB:byte[] byref -> unit
public final 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

VsaEngine Clase

Microsoft.VisualBasic.Vsa (Espacio de nombres)