다음을 통해 공유


VsaEngineClass.SaveCompiledState(Byte[], Byte[]) 메서드

정의

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

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 virtual void SaveCompiledState([Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pe, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pdb) = Microsoft::Vsa::IVsaEngine::SaveCompiledState;
public virtual void SaveCompiledState (out byte[] pe, out byte[] pdb);
abstract member SaveCompiledState : Byte[] * Byte[] -> unit
override this.SaveCompiledState : Byte[] * Byte[] -> unit
Public Overridable Sub SaveCompiledState (ByRef pe As Byte(), ByRef pdb As Byte())

매개 변수

pe
Byte[]

스크립트 엔진의 컴파일된 상태입니다.

pdb
Byte[]

PE(이식 가능한 실행 파일)에 해당하는 .PDB 파일에 포함된 디버깅 정보를 지정합니다.

구현

적용 대상