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
Making assembly visible to a COM component
WhatsApp
Shweta Lodha
11y
7
k
0
1
25
Blog
The following steps are necessary to make an assembly visible to a COM component:
Set the Register for COM option under the build configuration.
Set the ComVisible attribute to true for each class you want exposed.
Set the ComVisible attribute to false for any class members you want hidden.
Set the ComVisible attribute to true for any class members that you want visible.
Making assembly visible to a COM component
People also reading
Membership not found