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.
- Host: GitHub
- URL: https://github.com/replaysmike/anyproxy
- Owner: replaysMike
- License: gpl-3.0
- Created: 2019-01-10T20:30:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T22:32:34.000Z (over 7 years ago)
- Last Synced: 2025-09-06T20:01:36.646Z (10 months ago)
- Topics: anyproxy, csharp, library, proxy
- Language: C#
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.