Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.