2008-09-23から1日間の記事一覧

近況

仕事の方は相変わらず残作業が大量にあるのですが、会社から残業禁止令が出て生殺し状態だったり。ストレスが貯まっているのでXbox360のRPG連続投入に付き合ってTOV,インアンを解いたり、P4に手を出したりしていて、やっとゲームに飽きてきたのでプログラミ…

はじめてのCecil

Redirecting… Cecil is a library written by Jb Evain (http://evain.net/blog/) to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format. ILバイナリをご…

9/23

・http://evain.net/blog/articles/2008/09/22/linq-expression-trees-on-the-compact-framework MainsoftよりExpression Treeインタプリタパッチが提供され、Reflection.Emit無しでExpression Treeが使えるようになった模様。Mono周りも色々楽しそうですね…

はじめてのMEFその2

MEFのドキュメントを読んでいたら、メソッドをインジェクション可能(Seasar.NETのメソッドインジェクションではない)とあったので早速実験君。 using System; using System.Reflection; using System.Linq; using System.Linq.Expressions; using System.Com…