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.
Trace method exit, including the method's signature.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
<ConditionalAttribute("DEBUG")> _
Public Shared Sub MethodExit ( _
depth As Integer _
)
[ConditionalAttribute("DEBUG")]
public static void MethodExit(
int depth
)
[ConditionalAttribute(L"DEBUG")]
public:
static void MethodExit(
int depth
)
[<ConditionalAttribute("DEBUG")>]
static member MethodExit :
depth:int -> unit
public static function MethodExit(
depth : int
)
Parameters
- depth
Type: System.Int32
Indicates how many frames up the stack the method signature of interest is.
.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.