2009-03-26 9 views

答えて

3

ありがとう:ButtonBaseMenuItemHyperlink及びInputBinding(制御されていません)。

+0

くそ、あなたは速いケントです。ありがとう – Stimul8d

3

このコードスニペット試してみてください。あなたはそのすべて余りに短いリストを展開したい場合は

 Assembly assem = Assembly.LoadFrom(@"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\PresentationFramework.dll"); 
     foreach (Type t in assem.GetTypes()) 
     { 
      Type interfaceType = t.GetInterface("ICommandSource"); 
      if (interfaceType != null) 
       Console.WriteLine(t.ToString()); 
     } 
0

Hereは良い提案です。

関連する問題