CallSiteOps.ClearMatch Method (CallSite)

 
Note: This API is now obsolete.

This API supports the product infrastructure and is not intended to be used directly from your code.

Clears the match flag on the matchmaker call site.

Namespace:   System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

<ObsoleteAttribute("do not use this method", True)>
Public Shared Sub ClearMatch (
	site As CallSite
)

Parameters

site
Type: System.Runtime.CompilerServices.CallSite

An instance of the dynamic call site.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show: