0

I have a very simple question. How do i import DLL's into my powershell script. I am using power shell 3.0. I've looked at a few articles and they all seem to be very confusing. I would just like a simple example.

I have the DLL complied and in a folder on my C drive.

What command do i need to use at the top of my script load the DLL's? Please don't reference me to another article a simple example would be appreciated.

user1158745
  • 2,402
  • 9
  • 41
  • 60
  • Already asked and answered with a simple example – EBGreen Apr 11 '14 at 16:12
  • The answer in the duplicate question works for 3.0 as well. – EBGreen Apr 11 '14 at 16:24
  • Last question for you. After you loaded the dll's is there any IDE that will allow you to use the . notation. For example, I use "." and it shows me all the methods and properties to that function I am using from the DLL? – user1158745 Apr 11 '14 at 16:46
  • Visual Studio should as long as you add a reference to the DLL in the project. – EBGreen Apr 11 '14 at 17:01

0 Answers0