Freigeben über


CorTokens.TokenFromRid(Int32, CorTokenType) Method

Definition

public:
 static int TokenFromRid(int rid, Microsoft::VisualStudio::CorDebugInterop::CorTokenType tkType);
public:
 static int TokenFromRid(int rid, Microsoft::VisualStudio::CorDebugInterop::CorTokenType tkType);
 static int TokenFromRid(int rid, Microsoft::VisualStudio::CorDebugInterop::CorTokenType tkType);
public static int TokenFromRid (int rid, Microsoft.VisualStudio.CorDebugInterop.CorTokenType tkType);
static member TokenFromRid : int * Microsoft.VisualStudio.CorDebugInterop.CorTokenType -> int
Public Shared Function TokenFromRid (rid As Integer, tkType As CorTokenType) As Integer

Parameters

rid
Int32
tkType
CorTokenType

Returns

Applies to