VsaLoader.SaveCompiledState-Methode
Dieser Member unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code vorgesehen.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'Declaration
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[]
)
Parameter
- PE
Typ: array<Byte[]%
- PDB
Typ: array<Byte[]%
Implementiert
IVsaEngine.SaveCompiledState(array<Byte[]%, array<Byte[]%)