다음을 통해 공유


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 네임스페이스