Share via


IntelliTraceProcess.GetMetadataToken Method

Gets a common-language-runtime metadata method token (and containing module MVID) for the specified method ID.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Sub GetMetadataToken ( _
    intelliTraceMethodToken As Integer, _
    <OutAttribute> ByRef mvid As Guid, _
    <OutAttribute> ByRef methodToken As Integer _
)
public void GetMetadataToken(
    int intelliTraceMethodToken,
    out Guid mvid,
    out int methodToken
)
public:
void GetMetadataToken(
    int intelliTraceMethodToken, 
    [OutAttribute] Guid% mvid, 
    [OutAttribute] int% methodToken
)
member GetMetadataToken : 
        intelliTraceMethodToken:int * 
        mvid:Guid byref * 
        methodToken:int byref -> unit
public function GetMetadataToken(
    intelliTraceMethodToken : int, 
    mvid : Guid, 
    methodToken : int
)

Parameters

  • intelliTraceMethodToken
    Type: Int32
  • mvid
    Type: Guid%

    The MVID of the requested module.

  • methodToken
    Type: Int32%

.NET Framework Security

See Also

Reference

IntelliTraceProcess Class

Microsoft.VisualStudio.IntelliTrace Namespace