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