create dll file in c# -


मैं कैसे सी # में एक dll फ़ाइल बना सकते हैं?

फ़ाइल मेनू - & gt; नई परियोजना - & gt; अपनी प्रोग्रामिंग भाषा चुनें (विज़ुअल सी # / वीबी इत्यादि) - & gt; विंडोज - & gt; कक्षा लाइब्रेरी।

परियोजना के बाद बनाया गया है, बिल्ड मेनू का उपयोग करें - & gt; प्रोजेक्ट को संकलित करने के लिए बिल्ड सोल्यूशन (या बिल्ड [परियोजना का नाम])।

आपको फ़ोल्डर में डीएलएल मिल सकता है: प्रोजेक्ट फ़ोल्डर \ बिन \ डिबग (या रिलीज़)

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -