Projects tagged ‘dotnet’ and ‘reflection’


[8 total ]

0 Users

Load SharePoint List Items from any SP List using SharePoint Web Services via SOAP.
Created 10 months ago.

0 Users

C#, dotNet, Reflection
Created 12 months ago.

0 Users

This is a Tool which allows you to get an class Browser in a hierarchical way. Also it is able to show dependencies to other .NET Types. The Component exists of an Library to integragte in your own ... [More] application or just use the WinForm binary to use this as a standalone Tool. All nonvisible working Components are placed in the TypeTree Solution in the TypeComponentsFolder. This components can Easily be integrated in other applications. The different frontends are placed in the WinformGUI and WPFGUI Folders. This Projects are meant as Standalone Runners, if you just want to use this as a kind of tool. This Tool is in an experimental alpha stadium and if you like to use it, you'll use it at your own risik and without any warranties and "as it is". As one of my next planned steps is an integration into the Reflector Component by Lutz Roeder [Less]
Created 10 months ago.

0 Users

This is an attempt to create a version of Generic List that aggregates values when objects are added/updated/removed to the list. The list uses reflection to figure out which property of the stored ... [More] objects to aggregate by and currently supports adding, removing and updating by string, double and int properties of the stored type. This project comes with the code for the list as well as a test project. There are basically 3 properties you need to set before using this just like any other Generic List. *bool RemoveOnNull*: This property defines whether items should be removed from the list when the aggregated values reach 0 (for numbers) or "" for strings. *string AggregatePropertyName*: the name of the property in the class you'll be storing in the list. *List PropertiesToAggregate*: A list of property names that should be aggregated when the *AggregatePropertyName* property of the item being added/removed from the list matches an item in the list. [Less]
Created 10 months ago.

0 Users

FastReflectionLib provide the same as part of the refection features like executing method dynamically but give simple and faster implementations. It can be use as the foundation of reflection-based scenarios such as ORM framework.
Created 10 months ago.

0 Users

A collection of utilities and components for interacting with and creating expression trees, dynamic delegates, and runtime expression conversions.
Created about 1 month ago.

0 Users

Apply template to dotnet assemblies and types.
Created 5 months ago.

0 Users

The Dynamic Reflection Library is a small set of classes designed to greatly speed the use of .Net reflection to call constructors, member methods, property setters and getters including those with ... [More] indexing arguments such as the Item (a.k.a. [] operator), and fields. The libary uses Lightweight Code Generation (LCG) to synthesize the minimum wrapper code to allow fully type-safe calls to arbit [Less]
Created over 3 years ago.