dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU]RFC : [Proposals]ILAutoStubber Proposal


From: Rhys Weatherley
Subject: Re: [DotGNU]RFC : [Proposals]ILAutoStubber Proposal
Date: Sun, 9 Mar 2003 07:14:39 +1000
User-agent: KMail/1.4.3

On Sunday 09 March 2003 03:51 am, Gopal V wrote:

> A bug tho , ParameterInfo.Name doesn't seem to work :-( .. I'll get
> a oneliner to fail and log a bug .

If you are testing this on pnetlib's assemblies, then you might have problems 
with ParameterInfo.Name.  The "-fminimize-parameters" option in the compile 
explicitly removes the parameter names.  This was done to reduce the size of 
the ParamDef table, and to save a substantial amount of memory at load time. 

It is valid for an assembly to be missing parameter names.  The only 
parameters that absolutely must be present in the ParamDef table are those 
with attributes (e.g. "params" and marshalling declarations).

Cheers,

Rhys.



reply via email to

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