ResolvedStackFrame.Method Property
Gets the ResolvedMethod for this stack frame.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public Property Method As ResolvedMethod
Get
Private Set
public ResolvedMethod Method { get; private set; }
public:
property ResolvedMethod^ Method {
ResolvedMethod^ get ();
private: void set (ResolvedMethod^ value);
}
member Method : ResolvedMethod with get, private set
function get Method () : ResolvedMethod
private function set Method (value : ResolvedMethod)
Property Value
Type: Microsoft.VisualStudio.IntelliTrace.ResolvedMethod
.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.