Re: Is framework having predefined partial classes?

Tech-Archive recommends: Fix windows errors by optimizing your registry



They are just a compile time thing. It just allows to compile a class from
multiple files rather than from a single file (and they have all to be
compiled at the same time)...

Once compiled this is something that is unknown i.e. once compiled wether a
class is "partial" or not is just irrelevant...

*Designers* are using partial classes to split a single class beetween user
handled and automatically generated code...

you may want to elaborate a bit about what you are trying to sovle...

--
Patrice

"sameem" <sameem@xxxxxxxxxxxxxxxxxxxxxxxxx> a écrit dans le message de
groupe de discussion : 8F800ABA-E761-4FED-9A55-99330674D4DE@xxxxxxxxxxxxxxxx
Thanks for info.

my understanding also same. But I dought that .Net 2.0 may have predefined
partial class.

correct me If I wrong. So there is no predefined partial classes in
framework 2.0

Thanks a lot

"Patrice" wrote:




.



Relevant Pages

  • Re: Template.LoadControl(type,object[])...doesnt work as expected
    ... implements them as partial classes, they would be linked together at compile ... design-time. ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Partial class in ASP.NET
    ... It means that I can not use "my own" partial classes in asp.net? ... I can compile every directory as separate assembly but ... Gawel ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Getting our Application to support Vista
    ... I was about to go with VS 2005 and use an external process to compile to ... Framework 1.1 when I saw this: ... "WinForms in VS 2005 uses partial classes which are unsupported in the VS ... The WinForms designer in VS 2005 uses partial classes. ...
    (microsoft.public.dotnet.framework)
  • Re: Multiple c files
    ... > combined code of multiple C files. ... The single file should include the ... file a.c THEN file b.c. Compile, save the object file. ...
    (comp.lang.c)
  • Re: Dependency analysis
    ... >I needed some help in figuring out how to approach the following ... > then import all its dependencies and check for their dependencies and ... jars them into a single file? ... compile that one class you use. ...
    (comp.lang.java.programmer)