Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
声明
Public Sub EnterMethod ( _
    methodInformation As MethodInformation _
)
public void EnterMethod(
    MethodInformation methodInformation
)
public:
void EnterMethod(
    MethodInformation^ methodInformation
)
member EnterMethod : 
        methodInformation:MethodInformation -> unit 
public function EnterMethod(
    methodInformation : MethodInformation
)
Parameters
- methodInformation
Type: Microsoft.TeamFoundation.Framework.Server.MethodInformation 
.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.