Log.log(work)

いろんな作業メモ

2014-06-11から1日間の記事一覧

C#でinstance of みたいな書き方

キャスト Javaでいう instance of Object の書き方をC#で書く。 式 as 型 例: WrappedTechnologyElement te = element as WrappedTechnologyElement; as 演算子はキャストした際に例外を発生させたくないときに使う。 キャストが成功するとその型への参照が…

めも

AccessibleObject クラス System.Object └System.MarshalByRefObject └ System.Runtime.InteropServices.StandardOleMarshalObject └System.Windows.Forms.AccessibleObject AutomationPeer クラス System.Object └System.Windows.Threading.DispatcherObject…