An open API service indexing awesome lists of open source software.

https://github.com/replaysmike/anyproxy

A CSharp library that can proxy any object allowing you to add properties or interceptors to any existing class.
https://github.com/replaysmike/anyproxy

anyproxy csharp library proxy

Last synced: 10 months ago
JSON representation

A CSharp library that can proxy any object allowing you to add properties or interceptors to any existing class.

Awesome Lists containing this project

README

          

# AnyProxy
A CSharp library that can proxy any object allowing you to add properties or interceptors to any existing class.

## Description
AnyProxy allows you to add your own properties, an interface, or interceptors for existing methods on a class.
You may want to do this if you can't extend a class to include the data you want or if you only want it available at runtime.