IDebugFunctionObject.CreateStringObject(String, IDebugObject) 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.
public:
int CreateStringObject(System::String ^ pcstrString, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugObject ^ % ppOjbect);
public int CreateStringObject(string pcstrString, out Microsoft.VisualStudio.Debugger.Interop.IDebugObject ppOjbect);
abstract member CreateStringObject : string * IDebugObject -> int
Public Function CreateStringObject (pcstrString As String, ByRef ppOjbect As IDebugObject) As Integer
Parameters
- pcstrString
- String
- ppOjbect
- IDebugObject