このアーカイブは同期化されません。 mixi の日記が更新されても、このアーカイブには反映されません。 まずは、Shortcut クラスを定義する。 実は外部の COM クラスを定義するのは非常に簡単だ。 クラスの定義に、ComImportAttribute 属性と、 GuidAttribute 属性を定義するだけでいいのだ。 では、Interop フォルダに ShortcutClass.cs を作る。 ========== ShortcutClass.cs ========== using System; using System.Runtime.InteropServices; namespace LoaferShellEx.Interop { // シェルの提供する Shortcut COM クラス [ComImport] [ComVisible(false)] [Guid("000