いてづきブログ

情シスでやってみたことの備忘録

2011-12-29から1日間の記事一覧

C#のリフレクション

C#

public string reflect (object iObj) { Type type = iObj.GetType (); PropertyInfo Properties = type.GetProperties (); List<string> oStr = new List<string> (Properties.Length); oStr.Add ("Type\t:\t" + type.ToString ()); foreach (PropertyInfo Property in Prop</string></string>…