<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Dear Brian<br><br>My question is very short, and I hope that the answer is simple but I have not been able to find an answer on the web.<br><br>I am using python for .NET, I want to use a private managed DLL. My code looks as follows:<br><br><blockquote>import clr<br>from clr import System<br><br>clr.AddReference("OneWireAPI")<br></blockquote><br>That works, however I am unable to get the namespace or its classes. How am I supposed to do this?<br>I figured "from clr import namespace", but that didn't work. I have also tried Assembly.LoadFromFile()<br><br>Here is an example of usage of this DLL:<br>http://files.maxim-ic.com/sia_bu/softdev/owdocs_400beta2/Docs/OW.NET/OW.NET_Primer.html<br><br>Greetings<br>Jorn                                                </div></body>
</html>