ashokgowtham / glass

Glass - Its reflective - A reflection wrapper for .net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glass

###Glass

  • Its reflective
    • A reflection wrapper for .net
  • Its smooth
    • Fluent APIs make development easy and smooth - LINQ friendly
  • Its transparent
    • Simple APIs that are intuitive and clear

###Sample

var staticTypesInMscorlib = from Type t in mscorlibAssembly.Types
    orderby t.Name
    where t.IsStatic
    select t;

About

Glass - Its reflective - A reflection wrapper for .net


Languages

Language:C# 100.0%