Aracılığıyla paylaş


BaseVsaEngine.SaveCompiledState(Byte[], Byte[]) Yöntem

Tanım

Altyapının derlenmiş durumunu kaydeder; isteğe bağlı olarak, hata ayıklama bilgilerini de kaydeder.

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())

Parametreler

pe
Byte[]

Betik altyapısının derlenmiş durumu.

debugInfo
Byte[]

içinde yer alan hata ayıklama bilgilerini belirtir. PE'ye karşılık gelen PDB dosyası (taşınabilir yürütülebilir dosya).

Uygulamalar

Şunlara uygulanır