Udostępnij za pośrednictwem


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

Definicja

Zapisuje skompilowany stan aparatu; 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> ^ % debugInfo);
public virtual void SaveCompiledState (out byte[] pe, out byte[] debugInfo);
abstract member SaveCompiledState : Byte[] * Byte[] -> unit
override this.SaveCompiledState : Byte[] * Byte[] -> unit
Public Overridable Sub SaveCompiledState (ByRef pe As Byte(), ByRef debugInfo As Byte())

Parametry

pe
Byte[]

Skompilowany stan aparatu skryptów.

debugInfo
Byte[]

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

Implementuje

Dotyczy