VsaEngineClass.SaveCompiledState(Byte[], Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves the compiled state of the script engine; optionally, it also saves debugging information.
This API supports the product infrastructure and is not intended to be used directly from your code.
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())
Parameters
- pe
- Byte[]
The compiled state of the script engine.
- pdb
- Byte[]
Specifies debugging information contained in the .PDB file corresponding to the PE (portable executable).
Implements
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.