Jump to content

.NET CLR


junkew
 Share

Recommended Posts

Wondering how far people have done trials to host .NET namespaces into AutoIt?

Reading a little more on the technical parts of .NET and lately reading a lot in HP UFT on dotnetfactory from vbscript (http://www.learnqtp.com/dotnetfactory-qtp-part1-basics/) I was wondering what can be done in AutoIt with all .NET assemblies as there is at first sight no simple udf to load all .net assemblies

http://netarchitecturebasics.blogspot.nl/

  • " The .NET Framework can be hosted by unmanaged components that load the common language runtime into their processes and initiate the execution of managed code, thereby creating a software environment that can exploit both managed and unmanaged features. The .NET Framework not only provides several runtime hosts, but also supports the development of third-party runtime hosts. "

https://www.codeproject.com/Articles/416471/CLR-Hosting-Customizing-the-CLR

  • Hosting (Unmanaged API Reference) from microsoft reveals its possible
Link to comment
Share on other sites

Hi junkew,

At the moment you can access the .NET framework like this, using the Sapien COM object ...

https://www.autoitscript.com/forum/topic/147273-powershell-com/#comment-1043783

So not sure why there would be a need to create a CLR Host in AU3 ...

I have used this method quite a lot and not ran into any limitations so far ...

Rgds

ptrex

Link to comment
Share on other sites

  • Moderators

@ptrex you might look over your old thread. It appears all those SAPIEN links are broken. A quick search of their site did not turn up any links to ActiveXPosh; they've all been redirected to the primalscript homepage.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

Link to comment
Share on other sites

  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...