Re: Fields vs Properties vs Methods

From: Dennis (Dennis_at_discussions.microsoft.com)
Date: 11/13/04


Date: Fri, 12 Nov 2004 16:42:03 -0800

Thanks all for answers. I kept seeing the word "Field" used in the MSDN and
was trying to figure out a definition as to what they were referring to. The
MSDN seems to use the term field loosely.

"Bob Powell [MVP]" wrote:

> >>Maybe this clears it somehow
>
> Very possibly...
>
> --
> Bob Powell [MVP]
> Visual C#, System.Drawing
>
> Find great Windows Forms articles in Windows Forms Tips and Tricks
> http://www.bobpowell.net/tipstricks.htm
>
> Answer those GDI+ questions with the GDI+ FAQ
> http://www.bobpowell.net/faqmain.htm
>
> All new articles provide code in C# and VB.NET.
> Subscribe to the RSS feeds provided and never miss a new article.
>
>
>
>
>
> "Cor Ligthert" <notmyfirstname@planet.nl> wrote in message
> news:ur9or8KyEHA.2316@TK2MSFTNGP15.phx.gbl...
> > Bob,
> >
> > What a property or a method is, was not the question it goes about the
> > definition for "field". I do not know if there is for that a general
> > definition in this case. Therefore I did not answer it, curious that I was
> > if somebody would come with that.
> >
> > And to Dennis than as a try for an answer, a field is a very old
> definition.
> > When you saw in past a record or a memory description graphical it was
> > always this
> >
> > |Field1|Field2|Field3|etc
> >
> > It is of course still a field in memory, however not so concrete as in
> past
> > where it was really forever memory_adress(length)
> >
> > To describe it now I mostly "try" to use for in memory
> > Object or Value
> > In a data row description
> > Item
> >
> > Maybe this clears it somehow
> >
> > Cor
> >
> >
>
>
>



Relevant Pages

  • Re: Speeding up slow XP PCs - suggested remedies when youve tried the obvious
    ... articles which suggest the same old things to try: ... add more memory; defrag hard disk; remove any unnecessary programs from ... The symptom is very long boot times (about 1 minute each on the Windows ... System File Checker. ...
    (uk.comp.misc)
  • Re: vtable issue
    ... The last one used to be on MSDN, but I can't find it right now. ... understand their policy about articles. ... I remember there were other articles like Jan Gray's one that explained common programming patterns useful with Windows. ... Because it's beyond any decent words. ...
    (microsoft.public.vc.language)
  • Re: How do I dig a memory value out?
    ... Besides what others have suggested, like CopyMemory, look in MSDN for these ... Toolhelp32ReadProcessMemory, works with Windows 95+, exccept NT 3.X and NT ... There are functions that tell you if a region in memory is ok to access, ...
    (microsoft.public.vb.general.discussion)
  • Re: How to convert image from Format1bppIndexed to Format24bppRgb?
    ... The size of the image file has no bearing on the amount of memory you need ... Find great Windows Forms articles in Windows Forms Tips and Tricks ... > 10000x10000 pixels are fine when I make calls to FromImage, DrawImage, ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: How to convert image from Format1bppIndexed to Format24bppRgb?
    ... When I use cloneon bitmap bm, the resulting bitmap bm2 is still 1bpp ... of trying to create the 24bpp and generating an "out of memory" error, ... > Find great Windows Forms articles in Windows Forms Tips and Tricks ...
    (microsoft.public.dotnet.framework.drawing)