Condividi tramite


IDebugComPlusSymbolProvider2.GetClassTypeByName Method

Definition

public:
 int GetClassTypeByName(System::String ^ pszClassName, Microsoft::VisualStudio::Debugger::Interop::NAME_MATCH nameMatch, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugClassField ^ % ppField);
public int GetClassTypeByName (string pszClassName, Microsoft.VisualStudio.Debugger.Interop.NAME_MATCH nameMatch, out Microsoft.VisualStudio.Debugger.Interop.IDebugClassField ppField);
abstract member GetClassTypeByName : string * Microsoft.VisualStudio.Debugger.Interop.NAME_MATCH * IDebugClassField -> int
Public Function GetClassTypeByName (pszClassName As String, nameMatch As NAME_MATCH, ByRef ppField As IDebugClassField) As Integer

Parameters

pszClassName
String
nameMatch
NAME_MATCH

Returns

Implements

Applies to