Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
How to call dll in C#
WhatsApp
Pintoo Yadav
Feb 26
2015
1.4
k
0
0
button1.BackColor = System.Drawing.Color.GreenYellow;
string
[] filePaths = Directory.GetFiles(@
"c:\file\"
);
Verify_File.AdroitVerify obj =
new
Verify_File.AdroitVerify();
foreach
(
string
file
in
filePaths)
{
obj.verification(file,
"C:\\verify"
);
}
C#
.Net
dll
Up Next
How to call dll in C#