ResolvedMethodEvent.MetadataToken Property

Gets the CLR metadata token for the decoded method.

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

Syntax

'Declaration
Protected Property MetadataToken As Integer
    Get
    Set
protected int MetadataToken { get; set; }
protected:
property int MetadataToken {
    int get ();
    void set (int value);
}
member MetadataToken : int with get, set
function get MetadataToken () : int
function set MetadataToken (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ResolvedMethodEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace