Sure -- you just have to go to the MSDN docs for the class you're using. For instance, if you want to use the System.Security.Cryptography.SignedXml.ComputeSignature() method, you would go to the MSDN documentation for "SignedXml Class" (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemsecuritycryptographyxmlsignedxmlclasstopic.asp) and then at the bottom of the page, in the requirements section is:
Assembly: System.Security (in System.Security.dll) -Shawn -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mayfield, Weatherby Sent: Monday, October 31, 2005 11:06 AM To: Discussion of IronPython Subject: Re: [IronPython] Need help in learning. I am in a similar boat with regard to knowing some Python but very little .NET. I'm very intrigued by the ability to access the .NET framework from Python, but I know so little about .NET I'm not even sure what question(s) to ask. >From what I have seen in the examples and archives, it looks like there are two basic ways to get at the .NET code: LoadAssemblyByName and LoadAssemblyFromFile. My problem is that I don't know how to correlate between the assembly names or file names and the .NET APIs I read about. Is there somewhere I can look on MSDN or in a manual or in Visual Studio that will tell me if I want to access 'X' .NET feature then the assembly name is 'Y' or the file name is 'Z'? I think I must be searching for the wrong terms or something. Thanks, Web Mayfield -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of S.Rajesh Sent: Thursday, October 13, 2005 5:47 AM To: [email protected] Subject: [IronPython] Need help in learning. Hi, I am familiar with python but not with .NET. I also do not know other programming languages like VB or C# so it is not that easy to follow tutorials. What should be my first step to learn to use ironpython? Thank You. _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
