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.
不明なインターフェイスを入力しようとしています。typeof(A.B.C.Foo)その型を教えてくれますが、Type.GetType("A.B.C.Foo")null です。不明なインターフェイスのタイプを取得するにはどうすればよいですか?
typeof(A.B.C.Foo)
Type.GetType("A.B.C.Foo")