共用方式為


BaseVsaSite.GetCompiledState(Byte[], Byte[]) 方法

定義

設定此網站的組件和偵錯資訊。

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

參數

pe
Byte[]

要設定的組件。

debugInfo
Byte[]

要設定的偵錯資訊物件。

實作

適用於