IDkmManagedTaskServices.GetMethodMetadataToken Method

Definition

Gets the metadata token for a CLR method.

public:
 int GetMethodMetadataToken(Microsoft::VisualStudio::Debugger::Clr::DkmClrRuntimeInstance ^ clrRuntimeInstance, System::String ^ className, System::String ^ methodName, cli::array <System::String ^> ^ methodArguments);
public int GetMethodMetadataToken (Microsoft.VisualStudio.Debugger.Clr.DkmClrRuntimeInstance clrRuntimeInstance, string className, string methodName, string[] methodArguments);
abstract member GetMethodMetadataToken : Microsoft.VisualStudio.Debugger.Clr.DkmClrRuntimeInstance * string * string * string[] -> int
Public Function GetMethodMetadataToken (clrRuntimeInstance As DkmClrRuntimeInstance, className As String, methodName As String, methodArguments As String()) As Integer

Parameters

clrRuntimeInstance
DkmClrRuntimeInstance

[In] Represents a CLR instance running in a target process.

className
String

[In] The fully qualified class name.

methodName
String

[In] The method name.

methodArguments
String[]

[In] The list of fully qualified arguments for the method.

Returns

[Out] The metadata token or 0 if not found.

Applies to