Link to home
Start Free TrialLog in
Avatar of IzzyTwinkly
IzzyTwinklyFlag for United States of America

asked on

is 'design time' same as 'compile time' in C#?

Hi,

I am reading a C# book.  it refers 'desgin time', like 'A class in design time is just data type, so it doesn't have any memory assigend yet.'
is 'design time' same as 'compile time'?  

Thanks~
SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of IzzyTwinkly

ASKER

Hi
thanks for your replies.
so in C# 'design time' and 'compile time' are equivalent?
Yes,  
Memory allocation will happen only at runtime.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial