🎴 Flashcard Mode

Programming Languages & .NET Framework Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

A reference type variable in VB.NET code holds a reference to a COM object through

AnswerClick to flip back
A
RCW object
💡 Explanation:

In .NET, a Runtime Callable Wrapper (RCW) acts as a proxy that manages the lifetime and interaction between a .NET reference type variable and a COM object.

Change Mode