<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: What's Difference between  ApplicationServices  &amp;amp; ApplicationServices.Co in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/what-s-difference-between-applicationservices-amp/m-p/7335958#M29880</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Autodesk.AutoCAD.ApplicationServices.Application class is derived from&amp;nbsp;Autodesk.AutoCAD.ApplicationServices.Core.Application one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see this in Visual Studio:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VS_metedata.png" style="width: 682px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/395251i79D6BCD42715778D/image-size/large?v=v2&amp;amp;px=999" role="button" title="VS_metedata.png" alt="VS_metedata.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or in ILSpy:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ILSpy.png" style="width: 450px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/395245iE85B5710D2C68BC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="ILSpy.png" alt="ILSpy.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Norman was faster...&lt;/P&gt;</description>
    <pubDate>Tue, 29 Aug 2017 13:49:10 GMT</pubDate>
    <dc:creator>_gile</dc:creator>
    <dc:date>2017-08-29T13:49:10Z</dc:date>
    <item>
      <title>What's Difference between  ApplicationServices  &amp; ApplicationServices.Core</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-s-difference-between-applicationservices-amp/m-p/7335481#M29876</link>
      <description>&lt;P&gt;Hi All&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's Difference between :&lt;/P&gt;
&lt;P&gt;1. &lt;SPAN&gt;Autodesk.AutoCAD.ApplicationServices&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;2. &lt;SPAN&gt;Autodesk.AutoCAD.ApplicationServices.Core&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i think they have the same method ?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 10:44:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-s-difference-between-applicationservices-amp/m-p/7335481#M29876</guid>
      <dc:creator>Amremad</dc:creator>
      <dc:date>2017-08-29T10:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: What's Difference between  ApplicationServices  &amp; ApplicationServices.Co</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-s-difference-between-applicationservices-amp/m-p/7335830#M29877</link>
      <description>&lt;P&gt;They are "namespace", not class (thus, do not have "method").&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"namespace" is for organising classes. It is a bit similar to File Path with File Name: you may have 2 files with the same file name, but the contents could be different. You cannot place the 2 files in the same folder (path), instead, you place them in different folders, and refer to them with different full path/file name, when you somehow need to deal with both at the same time.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 13:04:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-s-difference-between-applicationservices-amp/m-p/7335830#M29877</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2017-08-29T13:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: What's Difference between  ApplicationServices  &amp; ApplicationServices.Co</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-s-difference-between-applicationservices-amp/m-p/7335847#M29878</link>
      <description>&lt;P&gt;sorry i missed . yes they are namespaces&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but my question is :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what's the different &amp;nbsp;between the next two line&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Document document1 =  Autodesk.AutoCAD.ApplicationServices.Core.Application.DocumentManager.MdiActiveDocument;
Document document2 = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument;&lt;/PRE&gt;
&lt;P&gt;both two give me the Active Document&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 13:10:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-s-difference-between-applicationservices-amp/m-p/7335847#M29878</guid>
      <dc:creator>Amremad</dc:creator>
      <dc:date>2017-08-29T13:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: What's Difference between  ApplicationServices  &amp; ApplicationServices.Co</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-s-difference-between-applicationservices-amp/m-p/7335925#M29879</link>
      <description>&lt;P&gt;Well, Autodesk.AutoCAD.Application.ApplicationServices.Application inherits Autodesk.AutoCAD.ApplicationServices.Core.Application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since ...ApplicationServices.Core.Application has the property "DocumentManager", thus ...ApplicationServices.Application automatically has the same property. Therefore,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;...ApplicationServices.Core.Application.DocumentManager and ApplicationServices.Application.DocumentManager point to the same DocumentCollection object.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 13:38:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-s-difference-between-applicationservices-amp/m-p/7335925#M29879</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2017-08-29T13:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: What's Difference between  ApplicationServices  &amp; ApplicationServices.Co</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-s-difference-between-applicationservices-amp/m-p/7335958#M29880</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Autodesk.AutoCAD.ApplicationServices.Application class is derived from&amp;nbsp;Autodesk.AutoCAD.ApplicationServices.Core.Application one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see this in Visual Studio:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VS_metedata.png" style="width: 682px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/395251i79D6BCD42715778D/image-size/large?v=v2&amp;amp;px=999" role="button" title="VS_metedata.png" alt="VS_metedata.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or in ILSpy:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ILSpy.png" style="width: 450px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/395245iE85B5710D2C68BC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="ILSpy.png" alt="ILSpy.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Norman was faster...&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 13:49:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-s-difference-between-applicationservices-amp/m-p/7335958#M29880</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2017-08-29T13:49:10Z</dc:date>
    </item>
  </channel>
</rss>

