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.
COM 相互運用機能を使用して、.NET オブジェクトで静的メソッドを呼び出すことはできますか?
私はラッパークラスを書くことができることを知っています。やりたくない場合はどうすればいいですか?
いいえ、これはできません。COM 相互運用は、型ではなくオブジェクトを介して通信します。
私が知っている回避策...