Discussion:
is there an __DATE__ alternative in C# ?
(too old to reply)
Sagaert Johan
2006-08-11 15:10:49 UTC
Permalink
Hi

Are there any predefined constants i could use in my C# code similar to
__DATE__ __FILE__ __LINE__ in c++ ?



Johan
Vadym Stetsyak
2006-08-11 15:22:52 UTC
Permalink
Hello, Sagaert!

SJ> Are there any predefined constants i could use in my C# code similar to
SJ> __DATE__ __FILE__ __LINE__ in c++ ?

AFAIK no, there are no predefined ones.
Though several workarounds can be done to simulate them
( http://sastools.com/b2/post/79394174 )
( http://www.dotnet247.com/247reference/msgs/24/124906.aspx )
--
Regards, Vadym Stetsyak
www: http://vadmyst.bl
Loading...