नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
This method gets the field representing a fully qualified method name.
Syntax
int GetMethodFieldsByName(
string pszFullName,
NAME_MATCH nameMatch,
out IEnumDebugFields ppEnum
);
Parameters
pszFullName
[in] The method name.
nameMatch
[in] Selects the type of match, for example, case-sensitive.
ppEnum
[out] Returns an IEnumDebugFields enumerator for the fields associated with this method.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
A method can be associated with multiple fields if it is overloaded, for example.