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 ResolvedMethod that describes the method of the callee.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Property CalleeMethod As ResolvedMethod
Get
Private Set
public ResolvedMethod CalleeMethod { get; private set; }
public:
property ResolvedMethod^ CalleeMethod {
ResolvedMethod^ get ();
private: void set (ResolvedMethod^ value);
}
member CalleeMethod : ResolvedMethod with get, private set
function get CalleeMethod () : ResolvedMethod
private function set CalleeMethod (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.