DkmClrModuleInstance.GetLocalSignatureToken(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.