VsaLoader.SaveCompiledState, méthode
Ce membre prend en charge l'infrastructure .NET Framework et n'est pas destiné à être utilisé directement à partir de votre code.
Espace de noms : Microsoft.Vsa
Assembly : Microsoft.Vsa (dans Microsoft.Vsa.dll)
Syntaxe
'Déclaration
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[]
)
Paramètres
- PE
Type : array<Byte[]%
- PDB
Type : array<Byte[]%
Implémentations
IVsaEngine.SaveCompiledState(array<Byte[]%, array<Byte[]%)