InitialForce.SnoopAgent.Contracts 1.1.1

Prefix Reserved
dotnet add package InitialForce.SnoopAgent.Contracts --version 1.1.1
                    
NuGet\Install-Package InitialForce.SnoopAgent.Contracts -Version 1.1.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="InitialForce.SnoopAgent.Contracts" Version="1.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="InitialForce.SnoopAgent.Contracts" Version="1.1.1" />
                    
Directory.Packages.props
<PackageReference Include="InitialForce.SnoopAgent.Contracts" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add InitialForce.SnoopAgent.Contracts --version 1.1.1
                    
#r "nuget: InitialForce.SnoopAgent.Contracts, 1.1.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package InitialForce.SnoopAgent.Contracts@1.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=InitialForce.SnoopAgent.Contracts&version=1.1.1
                    
Install as a Cake Addin
#tool nuget:?package=InitialForce.SnoopAgent.Contracts&version=1.1.1
                    
Install as a Cake Tool

SnoopWPF.Agent.Contracts

Shared DTOs, interfaces, and WpfLocator for SnoopWPF Agent. Referenced by both the server (injected side) and remote/broker clients.

Targets: .NET 4.6.2, .NET 6.0-windows, .NET 8.0-windows

Contents

  • SnoopAgentOptions — configuration options for SnoopAgent.StartCoLocated() and related entry points
  • TransportMode — enum: Stdio or Pipe
  • ISnoopInspector — interface implemented by the agent engine
  • WpfLocator / WpfLocatorParser — element-finding DSL
  • DTOs: ElementDto, PropertyDto, BindingInfoDto, WindowDto, and more
  • Protocol types: BrokerHandshakePayload, HandshakeChallenge, HandshakeResponse
  • SnoopException / SnoopErrorCode — structured error types

Notes

This package is an implementation detail of SnoopWPF.Agent and SnoopWPF.Agent.BrokerHost. Most consumers do not need to reference it directly — it is bundled into those packages. Add a direct reference only if you are implementing a custom transport or custom tools.

Documentation

Product Compatible and additional computed target framework versions.
.NET net6.0-windows10.0.19041 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows10.0.19041 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on InitialForce.SnoopAgent.Contracts:

Package Downloads
InitialForce.SnoopAgent.Remote

Pipe client and framing library for SnoopWPF Agent brokered mode. Consumed by external brokers to communicate with an injected SnoopWPF Agent over named-pipe transport.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.1 70 6/9/2026