dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]ECMA compatible pnetlib


From: Gopal V
Subject: Re: [DotGNU]ECMA compatible pnetlib
Date: Fri, 14 Feb 2003 23:13:56 +0530
User-agent: Mutt/1.2.5i

If memory serves me right, Rhys Weatherley wrote:
> The ECMA is not infalliable - bugs in the spec are not unheard of. 
> If in doubt, ask me and I'll make a determination as to which way we 
> should jump.

[-ECMA-SPEC-]

Type initializers are available through 
<see cref="M:System.Type.GetMember(System.String)" />,
<see cref="M:System.Type.GetMembers" />, 
<see cref="M:System.Type.FindMembers(System.Reflection.MemberTypes,
System.Reflection.BindingFlags,System.Reflection.MemberFilter,System.Object)" 
/>, and <see cref="M:System.Type.GetConstructors" />.</block></para>

[-ECMA-SPEC-]

in Type.TypeInitializer property docs .. I can't find the FindMembers() 
listed anywhere else ...

Simon Guindon Wrote:
> ./bedrock/util/GetOptBase.cs:309: called object is not a method or delegate
> Code:    MemberInfo[] mis = t.FindMembers(MemberTypes.All,
>                                          BindingFlags.Public |
> BindingFlags.NonPublic | BindingFlags.Static | BindingFl$
>                                          New
> MemberFilter(AttrMemberFilter),
>                                          typeof(CommandLineAttribute));
> Reason:  No idea

What do I do ?. Will this be #if !ECMA_COMPAT or otherwise ?

Gopal
PS: as usual I seem to be finding bugs everywhere I look :-)
-- 
The difference between insanity and genius is measured by success


reply via email to

[Prev in Thread] Current Thread [Next in Thread]