[Mono-dev] [Patch] Stream 2.0 updates

2006-02-28 Thread Carlos Alberto Cortez
Hey, This patch adds some of the new 2.0 members to System.IO.Stream. No problems appeared when building, and only got some warnings (they can be removed adding 'override' to the child streams). Carlos. Index: Stream.cs === --- Strea

[Mono-dev] System.Diagnostics.Stopwatch code

2006-02-28 Thread Jonathan Resnick
Thanks Jacek! For now I have decided that DateTime.UtcNow is good enough for my purposes, and I have created an implementation of System.Diagnostics.Stopwatch using System.DateTime as the underlying counter mechanism. I have attached the code, if anyone is interested or if you want to include i

Re: [Mono-dev] Unloading an Assembly

2006-02-28 Thread Rafael Teixeira
AFAIK, ShadowCopyFiles isn't implemented yet in Mono. :| On 2/27/06, vijaya raghava mutharaju <[EMAIL PROTECTED]> wrote: > Hi, > > I was going through an MSDN article by Eric Gunnerson. He > says that if we want the runtime to probe for the assembly in any > other location then we should