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