IJSVsaSite.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 参照。

適用対象