DkmClrModuleInstance.GetLocalSignatureToken(Int32) Method

Definition

Gets the signature token for a local variable signature given a method token.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 int GetLocalSignatureToken(int MethodToken);
public:
 int GetLocalSignatureToken(int MethodToken);
int GetLocalSignatureToken(int MethodToken);
public int GetLocalSignatureToken (int MethodToken);
member this.GetLocalSignatureToken : int -> int
Public Function GetLocalSignatureToken (MethodToken As Integer) As Integer

Parameters

MethodToken
Int32

[In] Token of the method to get the local variable signature for.

Returns

[Out] The local variable signature blob token.

Applies to