bject: RE: [Python.NET] AttributeError: 'MarshalByRefObject' object
has noattribute ...
Hi Martin -
Interface types, as they appear to Python, all have a single argument
constructor that you can use to "cast" an object to
a particular interface.
Because System.Activator.GetO
Hi Martin -
Interface types, as they appear to Python, all have a single
argument constructor that you can use to "cast" an object to
a particular interface.
Because System.Activator.GetObject() has a return type of
object, the runtime returns the object as its true runtime
type to Python (wh