#
#
#2018-09-10 21:32:52
Windows
#, 2018-09-10 21:32:52

Can Node.js interact with Windows COM/OLE?

code snippet:

static void buildLinks(this IEnumerable<string> profiles, string bro)
        {
            try
            {
                dynamic sh = Activator.CreateInstance(Type.GetTypeFromCLSID(new Guid("72C24DD5-D70A-438B-8A42-98424B88AFB8")));

is similar manipulation possible on js in node.js?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Shvets, 2018-09-10
@Xuxicheta

Have you looked here?
https://helloacm.com/using-com-object-in-nodejs/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question