Udostępnij za pośrednictwem


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

Definicja

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

protected:
 abstract void DoSaveCompiledState([Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pe, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % debugInfo);
protected abstract void DoSaveCompiledState (out byte[] pe, out byte[] debugInfo);
abstract member DoSaveCompiledState : Byte[] * Byte[] -> unit
Protected MustOverride Sub DoSaveCompiledState (ByRef pe As Byte(), ByRef debugInfo As Byte())

Parametry

pe
Byte[]

Skompilowany stan aparatu.

debugInfo
Byte[]

Informacje o debugowaniu zawarte w pliku . Plik PDB.

Dotyczy