IJSVsaEngine.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.
public:
void SaveCompiledState([Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pe, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % pdb);
public void SaveCompiledState (out byte[] pe, out byte[] pdb);
abstract member SaveCompiledState : Byte[] * Byte[] -> unit
Public 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).
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.