Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.