IJSVsaSite.GetCompiledState(Byte[], Byte[]) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
스크립트 엔진의 컴파일된 상태를 가져오고, 연결된 디버깅 정보를 선택적으로 가져옵니다.
public:
void GetCompiledState([Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pe, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % debugInfo);
public void GetCompiledState (out byte[] pe, out byte[] debugInfo);
abstract member GetCompiledState : Byte[] * Byte[] -> unit
Public Sub GetCompiledState (ByRef pe As Byte(), ByRef debugInfo As Byte())
매개 변수
- pe
- Byte[]
엔진의 컴파일된 상태로서 바이트 형식의 어셈블리입니다.
- debugInfo
- Byte[]
어셈블리에 대한 디버깅 정보입니다. 그런 정보가 없거나 사용할 수 없는 경우에는 null 참조입니다.