<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>I have a DotNet class with methods with the following
signature:<BR><BR>public bool MyMethod(out int myVariable)<BR>{<BR>
myVariable = 5;<BR> return true<BR>}<BR><BR>Does anybody know how I
cancall them from Python via CLR?<BR>I've tried MyMethod(a), where a has been an
empty list, a list with one<BR>element, an integer etc, but nomatter what i get
an error saying TypeError:<BR>no method matches given arguments<BR><BR>Can
anybody help?<BR><BR>Jill</DIV>
<DIV><FONT size=2><BR></FONT> </DIV></BODY></HTML>