Help for this page

Select Code to Download


  1. or download this
    perl -e "use Win32::OLE; $hl = new Win32::OLE('HelloDot.HelloWorld') o
    +r die $!; $hl->SayHello();"
    
  2. or download this
    sn -k personality.snk
    
  3. or download this
     using System;
    using System.Reflection;
    ...
       }
      }
    }
    
  4. or download this
    csc /t:library /out:hellodot.dll hello.cs
    
  5. or download this
     gacutil /i hellodot.dll
    
  6. or download this
    regasm hellodot.dll
    
  7. or download this
    perl -e "use Win32::OLE; $hl = new Win32::OLE('HelloDot.HelloWorld') o
    +r die $!; $hl->SayHello();"