Share via


IDebugProcess2.GetName Method

Definition

Overloads

GetName(enum_GETNAME_TYPE, String)

public:
 int GetName(Microsoft::VisualStudio::Debugger::Interop::enum_GETNAME_TYPE gnType, [Runtime::InteropServices::Out] System::String ^ % pbstrName);
public int GetName(Microsoft.VisualStudio.Debugger.Interop.enum_GETNAME_TYPE gnType, out string pbstrName);
abstract member GetName : Microsoft.VisualStudio.Debugger.Interop.enum_GETNAME_TYPE * string -> int
Public Function GetName (gnType As enum_GETNAME_TYPE, ByRef pbstrName As String) As Integer

Parameters

pbstrName
String

Returns

Applies to

GetName(UInt32, String)

public:
 int GetName(System::UInt32 gnType, [Runtime::InteropServices::Out] System::String ^ % pbstrName);
public int GetName(uint gnType, out string pbstrName);
abstract member GetName : uint32 * string -> int
Public Function GetName (gnType As UInteger, ByRef pbstrName As String) As Integer

Parameters

gnType
UInt32
pbstrName
String

Returns

Applies to