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.Int32Indicates 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
- 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.