Share via


IVsaSite.GetCompiledState メソッド

スクリプト エンジンのコンパイルされた状態を取得します。オプションで、関連付けられたデバッグ情報も取得します。

名前空間:  Microsoft.Vsa
アセンブリ:  Microsoft.Vsa (Microsoft.Vsa.dll 内)

構文

'宣言
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub GetCompiledState ( _
    <OutAttribute> ByRef pe As Byte(), _
    <OutAttribute> ByRef debugInfo As Byte() _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void GetCompiledState(
    out byte[] pe,
    out byte[] debugInfo
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void GetCompiledState(
    [OutAttribute] array<unsigned char>^% pe, 
    [OutAttribute] array<unsigned char>^% debugInfo
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract GetCompiledState : 
        pe:byte[] byref * 
        debugInfo:byte[] byref -> unit
function GetCompiledState(
    pe : byte[], 
    debugInfo : byte[]
)

パラメーター

  • pe
    型 : array<Byte[]%

    エンジンのコンパイルされた状態。バイト形式のアセンブリ。

  • debugInfo
    型 : array<Byte[]%

    アセンブリのデバッグ情報。情報が存在しないか、利用できない場合は null 参照。

参照

関連項目

IVsaSite インターフェイス

Microsoft.Vsa 名前空間