IDebugExpressionEvaluator.Parse 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.
Overloads
Parse(String, enum_PARSEFLAGS, UInt32, String, UInt32, IDebugParsedExpression) | |
Parse(String, UInt32, UInt32, String, UInt32, IDebugParsedExpression) |
Parse(String, enum_PARSEFLAGS, UInt32, String, UInt32, IDebugParsedExpression)
public:
int Parse(System::String ^ upstrExpression, Microsoft::VisualStudio::Debugger::Interop::enum_PARSEFLAGS dwFlags, System::UInt32 nRadix, [Runtime::InteropServices::Out] System::String ^ % pbstrError, [Runtime::InteropServices::Out] System::UInt32 % pichError, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugParsedExpression ^ % ppParsedExpression);
public int Parse (string upstrExpression, Microsoft.VisualStudio.Debugger.Interop.enum_PARSEFLAGS dwFlags, uint nRadix, out string pbstrError, out uint pichError, out Microsoft.VisualStudio.Debugger.Interop.IDebugParsedExpression ppParsedExpression);
abstract member Parse : string * Microsoft.VisualStudio.Debugger.Interop.enum_PARSEFLAGS * uint32 * string * uint32 * IDebugParsedExpression -> int
Public Function Parse (upstrExpression As String, dwFlags As enum_PARSEFLAGS, nRadix As UInteger, ByRef pbstrError As String, ByRef pichError As UInteger, ByRef ppParsedExpression As IDebugParsedExpression) As Integer
Parameters
- upstrExpression
- String
- dwFlags
- enum_PARSEFLAGS
- nRadix
- UInt32
- pbstrError
- String
- pichError
- UInt32
- ppParsedExpression
- IDebugParsedExpression
Returns
Applies to
Parse(String, UInt32, UInt32, String, UInt32, IDebugParsedExpression)
public:
int Parse(System::String ^ upstrExpression, System::UInt32 dwFlags, System::UInt32 nRadix, [Runtime::InteropServices::Out] System::String ^ % pbstrError, [Runtime::InteropServices::Out] System::UInt32 % pichError, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugParsedExpression ^ % ppParsedExpression);
public int Parse (string upstrExpression, uint dwFlags, uint nRadix, out string pbstrError, out uint pichError, out Microsoft.VisualStudio.Debugger.Interop.IDebugParsedExpression ppParsedExpression);
abstract member Parse : string * uint32 * uint32 * string * uint32 * IDebugParsedExpression -> int
Public Function Parse (upstrExpression As String, dwFlags As UInteger, nRadix As UInteger, ByRef pbstrError As String, ByRef pichError As UInteger, ByRef ppParsedExpression As IDebugParsedExpression) As Integer
Parameters
- upstrExpression
- String
- dwFlags
- UInt32
- nRadix
- UInt32
- pbstrError
- String
- pichError
- UInt32
- ppParsedExpression
- IDebugParsedExpression