Click here to Skip to main content
15,914,111 members
Home / Discussions / C#
   

C#

 
GeneralRe: Bug with between sql command Pin
yueru14-May-09 5:04
yueru14-May-09 5:04 
QuestionConvert .Ps to .pdf Pin
Member 339495914-May-09 0:01
Member 339495914-May-09 0:01 
QuestionFile.Move throws exception Pin
Casper Hansen13-May-09 23:42
Casper Hansen13-May-09 23:42 
AnswerRe: File.Move throws exception Pin
Simon P Stevens14-May-09 0:27
Simon P Stevens14-May-09 0:27 
GeneralRe: File.Move throws exception Pin
Casper Hansen14-May-09 0:50
Casper Hansen14-May-09 0:50 
GeneralRe: File.Move throws exception Pin
Simon P Stevens14-May-09 1:00
Simon P Stevens14-May-09 1:00 
Questionhow to monitor user idle time from inside a application Pin
indradeep das13-May-09 23:38
indradeep das13-May-09 23:38 
AnswerRe: how to monitor user idle time from inside a application Pin
DaveyM6914-May-09 2:50
professionalDaveyM6914-May-09 2:50 
AnswerRe: how to monitor user idle time from inside a application Pin
PIEBALDconsult14-May-09 4:01
mvePIEBALDconsult14-May-09 4:01 
Questionwhat is the size of reference variable Pin
Mogaambo13-May-09 23:14
Mogaambo13-May-09 23:14 
JokeRe: what is the size of reference variable Pin
Mycroft Holmes13-May-09 23:16
professionalMycroft Holmes13-May-09 23:16 
GeneralRe: what is the size of reference variable Pin
Mogaambo13-May-09 23:29
Mogaambo13-May-09 23:29 
GeneralRe: what is the size of reference variable Pin
Pete O'Hanlon14-May-09 2:17
mvePete O'Hanlon14-May-09 2:17 
AnswerRe: what is the size of reference variable Pin
Rob Philpott14-May-09 0:19
Rob Philpott14-May-09 0:19 
GeneralRe: what is the size of reference variable Pin
Luc Pattyn14-May-09 0:42
sitebuilderLuc Pattyn14-May-09 0:42 
GeneralRe: what is the size of reference variable Pin
Rob Philpott14-May-09 0:44
Rob Philpott14-May-09 0:44 
GeneralRe: what is the size of reference variable Pin
Rob Philpott14-May-09 0:49
Rob Philpott14-May-09 0:49 
GeneralRe: what is the size of reference variable Pin
Luc Pattyn14-May-09 1:55
sitebuilderLuc Pattyn14-May-09 1:55 
GeneralRe: what is the size of reference variable Pin
Rob Philpott14-May-09 2:10
Rob Philpott14-May-09 2:10 
GeneralRe: what is the size of reference variable Pin
Luc Pattyn14-May-09 2:22
sitebuilderLuc Pattyn14-May-09 2:22 
No surprise here. That is due to padding (inserting unused bytes, or rounding up the address), exactly like what happens when storing bytes in a C/C++/C# structure. By default elements of a struct (and the overall size of a struct) get word-aligned to prevent an access to the next 16-bit or larger quantity to cause a performance hit or an exception.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: what is the size of reference variable Pin
Rob Philpott14-May-09 2:23
Rob Philpott14-May-09 2:23 
GeneralRe: what is the size of reference variable Pin
Member 103390714-May-09 1:54
Member 103390714-May-09 1:54 
GeneralRe: what is the size of reference variable Pin
Luc Pattyn14-May-09 2:08
sitebuilderLuc Pattyn14-May-09 2:08 
QuestionDrag email of Outlook Express to Winform and Save to file .eml Pin
nv_thien13-May-09 22:58
nv_thien13-May-09 22:58 
AnswerRe: Drag email of Outlook Express to Winform and Save to file .eml Pin
IrishWizKid17-Jul-09 5:40
IrishWizKid17-Jul-09 5:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.