com.IvanMurzak.ReflectorNet
0.1.0
See the version list below for details.
dotnet add package com.IvanMurzak.ReflectorNet --version 0.1.0
NuGet\Install-Package com.IvanMurzak.ReflectorNet -Version 0.1.0
<PackageReference Include="com.IvanMurzak.ReflectorNet" Version="0.1.0" />
<PackageVersion Include="com.IvanMurzak.ReflectorNet" Version="0.1.0" />
<PackageReference Include="com.IvanMurzak.ReflectorNet" />
paket add com.IvanMurzak.ReflectorNet --version 0.1.0
#r "nuget: com.IvanMurzak.ReflectorNet, 0.1.0"
#:package com.IvanMurzak.ReflectorNet@0.1.0
#addin nuget:?package=com.IvanMurzak.ReflectorNet&version=0.1.0
#tool nuget:?package=com.IvanMurzak.ReflectorNet&version=0.1.0
ReflectorNet
AI targeted solution for searching and calling any C# method in runtime using json. It is a similar to Json RPC, just polished for AI usage and provides API to modify existed C# in memory object using json data.
This project is used in Unity-MCP.
Usage API
Reflector.Serialize(...)
Reflector.Deserialize(...)
Reflector.GetSerializableFields(...)
Reflector.GetSerializableProperties(...)
Reflector.Populate(...)
Reflector.PopulateAsProperty(...)
Override ReflectionConvertor for a custom type
You may need to override convertor in the same way as JsonConvertor works if you have a custom type that should be handled differently.
Here is custom class sample.
public class MyClass
{
public int health = 100;
}
Create custom convertor
public class MyReflectionConvertor : GenericReflectionConvertor<MyClass>
{
}
Register the convertor
Reflector.Registry.Add(new MyReflectionConvertor());
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.CodeAnalysis.CSharp (>= 4.14.0)
- Microsoft.Extensions.Logging (>= 9.0.5)
- System.Text.Json (>= 9.0.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on com.IvanMurzak.ReflectorNet:
Package | Downloads |
---|---|
com.IvanMurzak.Unity.MCP.Common
Shared code between Unity-MCP-Plugin and Unity-MCP-Server projects. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on com.IvanMurzak.ReflectorNet:
Repository | Stars |
---|---|
IvanMurzak/Unity-MCP
MCP Server + Plugin for Unity Editor and Unity game. The Plugin allows to connect to MCP clients like Claude Desktop or others.
|
Version | Downloads | Last Updated |
---|---|---|
1.0.5 | 30 | 9/9/2025 |
1.0.4 | 291 | 8/16/2025 |
1.0.3 | 195 | 8/14/2025 |
1.0.2 | 196 | 8/14/2025 |
1.0.1 | 320 | 8/8/2025 |
1.0.0 | 296 | 8/8/2025 |
0.3.0 | 255 | 8/4/2025 |
0.2.4 | 513 | 7/25/2025 |
0.2.3 | 510 | 7/25/2025 |
0.2.1 | 552 | 7/24/2025 |
0.2.0 | 597 | 7/23/2025 |
0.1.13 | 470 | 6/24/2025 |
0.1.12 | 238 | 6/22/2025 |
0.1.11 | 108 | 6/22/2025 |
0.1.10 | 521 | 6/13/2025 |
0.1.9 | 161 | 5/29/2025 |
0.1.8 | 153 | 5/29/2025 |
0.1.7 | 152 | 5/28/2025 |
0.1.6 | 153 | 5/28/2025 |
0.1.5 | 151 | 5/28/2025 |
0.1.4 | 149 | 5/28/2025 |
0.1.3 | 155 | 5/28/2025 |
0.1.2 | 152 | 5/28/2025 |
0.1.1 | 150 | 5/28/2025 |
0.1.0 | 157 | 5/28/2025 |