Search:
Namespaces
Discussions
.NET v1.1
Feedback
COM Equiv.
Messages
Related Types
This message was discovered on
ASPFriends.com 'aspngmigrate' list
.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
dave wanta (VIP)
-- Moved from [aspngfreeforall] to [aspngmigrate] by Charles M. Carroll <
Click here to reveal e-mail address
> --
hi all,
Does anyone know of a list where I can see how the .NET types map over to
the COM world?
For instance, what does the
StringBuilder
map to in VB or C++, or the
string, or the
ArrayList
()?
Thanks,
dave
Reply to this message...
Johnson, Peter
If it maps over to a COM object, I think that would be fairly obvious in the
IL disassembler.
For example, if you pull up ildasm for System.Web.dll, you can see the
SmtpMail
class is a wrapper around CDONTS.
However, I don't think
StringBuilder
in particular is a wrapper around any
COM object(s). A quick glance through mscorlib.dll (where
System.Text.
StringBuilder
resides) didn't show any. And I'm not sure of any
place that lists them all out. I guess you checked the regular places--docs,
MSDN, KB?
Or do you mean "what's the COM object that does what this .NET object does?"
in which case I'm a bit confused--a string is String in VB, and
ArrayList
and
StringBuilder
may not have equivalents...?
--Peter
[Original message clipped]
----------------------------------------------------------------------------
This e-mail and any attachments may be confidential or legally privileged.
If you received this message in error or are not the intended recipient, you
should destroy the e-mail message and any attachments or copies, and you are
prohibited from retaining, distributing, disclosing or using any information
contained herein. Please inform us of the erroneous delivery by return
e-mail.
Thank you for your cooperation.
----------------------------------------------------------------------------
Reply to this message...
System.Collections.ArrayList
System.Text.StringBuilder
System.Web.Mail.SmtpMail
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com