ManagedLocation.MethodToken Property
Namespace: Microsoft.HistoricalDebuggerHost
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
‘선언
Public Property MethodToken As Integer
Get
Set
public int MethodToken { get; set; }
public:
property int MethodToken {
int get ();
void set (int value);
}
member MethodToken : int with get, set
function get MethodToken () : int
function set MethodToken (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.