Share via


IEEVisualizerService.CreateInlineProxy(IDebugObject, Int32, String) Method

Definition

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

Returns

Applies to