Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在実行中のアセンブリにアクセスするためのWinRTのAssemblyクラスの静的メソッドはもうありませんか?WinRTでこれを行うための方法論は何ですか?
これでうまくいくはずです:
using System.Reflection; ... typeof(Class).GetTypeInfo().Assembly
Class通常、このコードを記述しているクラスはどこになりますか。
Class