Sign in Sign up
nuget

netfx-Reflector

Strong-typed static reflection via Reflect: // Void static method MethodInfo cw = Reflect.GetMethod( () => Console.WriteLine); // Instance void method MethodInfo mi = Reflect<IView>.GetMethod(v => v.Show); // Boolean returning instance method MethodInfo pi = Reflect<IViewModel> .GetMethod<bool>(v => v.Save);

nuget View on Nuget

Activity

Latest release
7y ago
Total releases
6
Cadence
~daily
Last 12 months
0

Details

First release
Mar 19, 2011
Releases
Version Released
1.0.0.11 patch
1.0.0.7 patch
1.0.0.5 patch
1.0.0.4 patch
1.0.0.3 patch
1.0.0.2 initial