PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
NETLink
Symbol
.NET/Link User Guide
Calling COM from Mathematica in .NET/Link User Guide
Tutorials »
|
ReleaseCOMObject
See Also »
CreateCOMObject
CreateCOMObject[
str
]
creates a COM object specified by the string
str
.
MORE INFORMATION
To use
CreateCOMObject
, you first need to load
.NET/Link
using
Needs
["NETLink`"]
.
The string can be either a ProgID (such as
"Excel.Application"
) or a CLSID (such as
"{8E27C92B-1264-101C-8A2F-040224009C02}"
).
CreateCOMObject
is analogous to the COM API function
CoCreateInstance
.
SEE ALSO
ReleaseCOMObject
TUTORIALS
.NET/Link
User Guide
Calling COM from
Mathematica
in .
NET/Link
User Guide
© 2008 Wolfram Research, Inc.