com.IvanMurzak.ReflectorNet 0.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package com.IvanMurzak.ReflectorNet --version 0.1.3
                    
NuGet\Install-Package com.IvanMurzak.ReflectorNet -Version 0.1.3
                    
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="com.IvanMurzak.ReflectorNet" Version="0.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="com.IvanMurzak.ReflectorNet" Version="0.1.3" />
                    
Directory.Packages.props
<PackageReference Include="com.IvanMurzak.ReflectorNet" />
                    
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 com.IvanMurzak.ReflectorNet --version 0.1.3
                    
#r "nuget: com.IvanMurzak.ReflectorNet, 0.1.3"
                    
#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 com.IvanMurzak.ReflectorNet@0.1.3
                    
#: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=com.IvanMurzak.ReflectorNet&version=0.1.3
                    
Install as a Cake Addin
#tool nuget:?package=com.IvanMurzak.ReflectorNet&version=0.1.3
                    
Install as a Cake Tool

ReflectorNet

nuget License Stand With Ukraine

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 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. 
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 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 0 9/9/2025
1.0.4 290 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 469 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