共用方式為


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

定義

取得指令碼引擎的編譯狀態和 (選擇性) 相關偵錯資訊。

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

參數

pe
Byte[]

引擎的編譯狀態;位元組格式的組件。

debugInfo
Byte[]

組件的偵錯資訊,如果這類資訊不存在或無法使用,則為 Null 參考。

適用於