Aracılığıyla paylaş


VsaLoader.SaveCompiledState Yöntem

Bu üye, .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir.

Ad alanı:  Microsoft.Vsa
Derleme:  Microsoft.Vsa (Microsoft.Vsa.dll içinde)

Sözdizimi

'Bildirim
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[]
)

Parametreler

  • PE
    Tür: array<Byte[]%
  • PDB
    Tür: array<Byte[]%

Yüklenen

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

Ayrıca bkz.

Başvuru

VsaLoader Sınıf

Microsoft.Vsa Ad Alanı