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.
実行時に DLL をインポートする方法はありますか? たとえば、次のようにします。
Dim lib = ImportDLL("library.dll") Dim result = lib.someNamespace.someClass.someFunction(arg1, arg2)
あなたはおそらくリフレクションについて言及しています。Microsoftの記事のように、ネットにはたくさんの記事があります。このcodeprojectも優れたウォークスルーです。