다음을 통해 공유


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

정의

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

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

매개 변수

pe
Byte[]

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

debugInfo
Byte[]

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

구현

적용 대상