----- Original Message ----- 
From: "Martin Aliger" <[EMAIL PROTECTED]>
To: "'Gert Driesen'" <[EMAIL PROTECTED]>; "'! nant'"
<[EMAIL PROTECTED]>
Sent: Thursday, September 30, 2004 12:59 PM
Subject: RE: [nant-dev] 0.85 release


>
> > - add set of assemblyname functions (that take an
> > AssemblyName as argument), eg. assemblyname::get-culture(AssemblyName)
> >
> > - add set of assembly functions, eg. assembly::loadfile(string) or
> > assembly::get-name(Assembly) (which would return an
> > AssemblyName instance)
> >
> > - change the functions that return a version string to return
> > a System.Version instance
> >
> > - change the version functions to take a System.Version
> > argument, instead of a string
>
> Hmm. I could look into that (should have some spare time today and maybe
> tommorow morning).
>
> AssemblyName and Assembly types you refer to CLR types in the System.*
> namespace? Those types could be used in the expression somehow?

All types can be used in expressions, but until we have support for typed
properties, these types cannot be stored in properties. Meaning, you can
only obtain these types as return value of a given function, and use them as
arguments to other functions.

Gert


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to