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.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
‘선언
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: System.Int32
- mvid
Type: System.Guid%
The MVID of the requested module.
- methodToken
Type: System.Int32%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.