<div>Hi,</div>
<div>I am currently developing an application where i need to call some c# methods from my python code.</div>
<div>I want to know if this is possible to do using pythonnet and how to do it.</div>
<div> </div>
<div>for example i have a c# class foo and in foo i have a method bar()</div>
<div>Now i need to call method bar() in my python code.</div>
<div>How should i do this.</div>
<div> </div>
<div>Please help</div>
<div> </div>