Skip to content

facebook-csharp-sdk/reflection-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReflectionUtils

Cross platform reflection helper utils for .NET framework used by Facebook C# SDK and SimpleJson.

Supported Platforms

  • .NET 2.0
  • .NET 3.0
  • .NET 3.5 (Client Profile and Full Profile)
  • .NET 4.0 (Client Profile and Full Profile)
  • .NET 4.5
  • Windows 8 Store Apps
  • Silverlight 4
  • Silverlight 5
  • Windows Phone 7.0
  • Windows Phone 7.1 (Mango)
  • Portable Class Libraries (PCL)
  • Mono
  • MonoTouch

Note: For .NET 2.0/3.0 and Windows Phone 7.0 you will need to add #define REFLECTION_UTILS_NO_LINQ_EXPRESSION. For Windows 8 Store Apps you will need to add #define NETFX_CORE (this is already added when you create a new Windows 8 Store App.).

About

Helper methods for reflection for .net2.0+/sl4+/wp7/win store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages