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 ファイルを作成しましたが、「System.(...)」と入力するだけで「System」dll のように、「参照」に追加せずに使用できるようにしたいと考えています。
dllファイルはどこに置くべきですか?それとも無理ですか?
ファイルを参照として追加する必要があります。その後、完全な名前空間を使用して呼び出すか、using ステートメントを追加できます。もう 1 つの方法は、DLL を必要としないように、ライブラリ コードを新しいプロジェクトにコンパイルすることです。