IDebugExpressionCompilationContext110.CompileText Method
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.
C++
public:
int CompileText(System::String ^ pszCode, System::UInt32 evalFlags, System::UInt32 nRadix, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugCompiledExpression110 ^ % ppExpr, [Runtime::InteropServices::Out] System::String ^ % pbstrError, [Runtime::InteropServices::Out] System::UInt32 % pichError);
public int CompileText(string pszCode, uint evalFlags, uint nRadix, out Microsoft.VisualStudio.Debugger.Interop.IDebugCompiledExpression110 ppExpr, out string pbstrError, out uint pichError);
abstract member CompileText : string * uint32 * uint32 * IDebugCompiledExpression110 * string * uint32 -> int
Public Function CompileText (pszCode As String, evalFlags As UInteger, nRadix As UInteger, ByRef ppExpr As IDebugCompiledExpression110, ByRef pbstrError As String, ByRef pichError As UInteger) As Integer
- pszCode
- String
- evalFlags
- UInt32
- nRadix
- UInt32
- ppExpr
- IDebugCompiledExpression110
- pbstrError
- String
- pichError
- UInt32
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |