다음을 통해 공유


IVsaEngine.SaveCompiledState 메서드

스크립트 엔진의 컴파일된 상태를 저장하며 디버깅 정보도 선택적으로 저장합니다.

네임스페이스:  Microsoft.Vsa
어셈블리:  Microsoft.Vsa(Microsoft.Vsa.dll)

구문

‘선언
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub SaveCompiledState ( _
    <OutAttribute> ByRef pe As Byte(), _
    <OutAttribute> ByRef pdb As Byte() _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void SaveCompiledState(
    out byte[] pe,
    out byte[] pdb
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void SaveCompiledState(
    [OutAttribute] array<unsigned char>^% pe, 
    [OutAttribute] array<unsigned char>^% pdb
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract SaveCompiledState : 
        pe:byte[] byref * 
        pdb:byte[] byref -> unit 
function SaveCompiledState(
    pe : byte[], 
    pdb : byte[]
)

매개 변수

  • pe
    형식: array<System.Byte[]%
    스크립트 엔진의 컴파일된 상태입니다.
  • pdb
    형식: array<System.Byte[]%
    PE(이식 가능한 실행 파일)에 해당하는 .PDB 파일에 포함된 디버깅 정보를 지정합니다.

참고 항목

참조

IVsaEngine 인터페이스

Microsoft.Vsa 네임스페이스