This documentation is archived and is not being maintained.
TeamFoundationTrace::MethodEntry Method (Int32, array<Object>)
Visual Studio 2013
Trace entry into a method. This includes the method’s signature.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
[ConditionalAttribute(L"DEBUG")] public: static void MethodEntry( int depth, ... array<Object^>^ parameters )
Parameters
- depth
- Type: System::Int32
Indicates how many frames up the stack the method signature of interest is.
- parameters
- Type: array<System::Object>
The parameters if any associated with the method.
- 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.
Show: