Moderate

What attributes do you use to hide a public .Net class from COM ?

Correct answer: A. ComVisible attributes

  • A. ComVisible attributes
  • B. DLLImport Attributes
  • C. COM Interop
  • D. All of the above

Explanation

The ComVisible attribute controls whether a .NET type is exposed to COM; applying ComVisible(false) hides a public class from COM clients. DLLImport is used to call unmanaged functions, not to control COM visibility.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions