Metodo VsaLoader.SaveCompiledState
Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Spazio dei nomi: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Sintassi
'Dichiarazione
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[]
)
Parametri
- PE
Tipo: array<Byte[]%
- PDB
Tipo: array<Byte[]%
Implementa
IVsaEngine.SaveCompiledState(array<Byte[]%, array<Byte[]%)