Пример #1
0
 internal ComObject(object rcw)
 {
     Debug.Assert(ComObject.IsComObject(rcw));
     RuntimeCallableWrapper = rcw;
 }