You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>The <see cref="N:System.Runtime.Remoting.Services" /> namespace contains service classes that provide functionality to the .NET Framework. One of the most important classes of this namespace is the <see cref="T:System.Runtime.Remoting.Services.TrackingServices" /> class.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The <xref:System.Runtime.Remoting.Services.TrackingServices> class provides a tracking service with pluggable handlers that can detect when objects are marshaled and unmarshaled. Pluggable handlers can be created by implementing the <xref:System.Runtime.Remoting.Services.ITrackingHandler> interface. For more information, see the <xref:System.Runtime.InteropServices.Marshal> class.