Udostępnij za pośrednictwem


VsaEngine.SaveCompiledState(Byte[], Byte[]) Metoda

Definicja

Zapisuje skompilowany stan aparatu skryptów; opcjonalnie zapisuje również informacje o debugowaniu.

public:
 virtual void SaveCompiledState([Runtime::InteropServices::Out] cli::array <System::Byte> ^ % PE, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % PDB);
public void SaveCompiledState (out byte[] PE, out byte[] PDB);
abstract member SaveCompiledState : Byte[] * Byte[] -> unit
override this.SaveCompiledState : Byte[] * Byte[] -> unit
Public Sub SaveCompiledState (ByRef PE As Byte(), ByRef PDB As Byte())

Parametry

PE
Byte[]

Skompilowany stan aparatu skryptów.

PDB
Byte[]

Określa informacje debugowania zawarte w pliku . Plik PDB odpowiadający PE (przenośny plik wykonywalny).

Implementuje

Dotyczy