次の方法で共有


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[]

設定するデバッグ情報オブジェクト。

実装

適用対象