I think you're looking at the wrong Python. Python.Net lets write Python code
that lets you get your hands on code implemented using .Net. It does not let
you write .Net code.
Virtually anything that needs to implement a .Net interface (like your
company.program.IExternalComm example) needs t
Hello,
I have an example VB.NET script (see below) that I'm trying to recreate using
python for .NET.
How do I implement the Implements function?
Any help appreciated.
Regards,
Guy
"""
Public Class Command
Implements company.program.IExternalComm
Public Function Execute(ByVal application As