TeamFoundationTrace.MethodExit Method (Int32)

Trace method exit. This includes 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.

Remarks

The API traceswitch setting determines whether any trace output appears This method is only available in DEBUG builds.

.NET Framework Security

See Also

Reference

TeamFoundationTrace Class

MethodExit Overload

Microsoft.TeamFoundation Namespace