[1] http://www.microsoft.com/downloads/details.aspx?FamilyId=9B3A2CA6-3647-4070-9F41-A333C6B9181D&displaylang=en
----Original Message Follows----
From: Duncan Mak <[EMAIL PROTECTED]>
To: Toby DiPasquale <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: [Mono-list] portable documentation on the FCL?
Date: Wed, 13 Aug 2003 08:29:56 -0400
MIME-Version: 1.0
Received: from mc6-f11.law1.hotmail.com ([65.54.252.147]) by mc6-s19.law1.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Wed, 13 Aug 2003 05:31:20 -0700
Received: from listsmx.ximian.com ([141.154.95.15]) by mc6-f11.law1.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Wed, 13 Aug 2003 05:31:19 -0700
Received: from headcheese.ximian.com (localhost [127.0.0.1])by listsmx.ximian.com (Postfix) with ESMTPid A00881241A0; Wed, 13 Aug 2003 08:31:03 -0400 (EDT)
Received: by listsmx.ximian.com (Postfix, from userid 38)id F0BB012418C; Wed, 13 Aug 2003 08:30:09 -0400 (EDT)
Received: from skeptopotamus.ximian.com (skeptopotamus.ximian.com [141.154.95.14])by listsmx.ximian.com (Postfix) with ESMTP id CD2E612411Cfor <[EMAIL PROTECTED]>; Wed, 13 Aug 2003 08:30:07 -0400 (EDT)
Received: by skeptopotamus.ximian.com (Postfix)id C56FF630F5; Wed, 13 Aug 2003 08:30:07 -0400 (EDT)
Received: from diphthong (pool-141-154-215-2.bos.east.verizon.net [141.154.215.2])by skeptopotamus.ximian.com (Postfix) with ESMTP id 99073630F6for <[EMAIL PROTECTED]>; Wed, 13 Aug 2003 08:30:01 -0400 (EDT)
Received: by diphthong (Postfix, from userid 1022)id 2A6BC7186C; Wed, 13 Aug 2003 08:29:56 -0400 (EDT)
X-Message-Info: g+YnDTwJTP51dLtqXKnDddeT4HDZoIfO0D3LJdb53Ak=
Delivered-To: [EMAIL PROTECTED]
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
X-Mailer: Ximian Evolution 1.4.4
X-Spam-Status: No, hits=-30.8 required=5.0tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, RCVD_IN_NJABL,RCVD_IN_OSIRUSOFT_COM,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_XIMIANversion=2.53
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp)
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.0.13
Precedence: bulk
List-Help: <mailto:[EMAIL PROTECTED]>
List-Post: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <http://lists.ximian.com/mailman/listinfo/mono-list>,<mailto:[EMAIL PROTECTED]>
List-Id: Mono Developer Discussion List <mono-list.lists.ximian.com>
List-Unsubscribe: <http://lists.ximian.com/mailman/listinfo/mono-list>,<mailto:[EMAIL PROTECTED]>
List-Archive: <http://lists.ximian.com/archives/public/mono-list/>
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 13 Aug 2003 12:31:20.0358 (UTC) FILETIME=[CCAFFC60:01C36196]
On Wed, 2003-08-13 at 08:11, Toby DiPasquale wrote:
> Hi all,
>
> I know this is way off-topic for the list, but I am house-sitting for my
> parents currently and don't have a 'Net connection at home. I'm trying to work
> on my C# project (using Mono, of course ;) but find that I need an FCL
> reference to complete some tasks. Does anyone know where I can get a
> downloadable reference to the .NET FCL? TIA :)
I have also ran into this problem before. Most of the time, my solution is to just read the Mono source code. I know it's kinda lame, but it is one way to find out what methods are available for the classes.
Lately, I've also been using Monodoc. I use it mostly as a Gtk# reference and it works pretty well. On top of Gtk# documentation, we distribute files for the FCL (BCL?) as well, based on the ECMA documentation (a subset of the whole MS set), along with stubs of the Types and methods that were in the MS set but not the ECMA set. So we should have all the type/method listing that MS has in their 1.0 documentation.
The FCL documentation in monodoc should be pretty useful and handy if you're just interested in finding out the methods and properties available for a particular class; if you want more in depth explanations, unless what you are looking for is covered by the ECMA docs, your best bet is reading the source for now.
However, we always welcome contributions to documentation... ;-)
Duncan. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail
_______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
