Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: Can I see the .Net Class Lib's source code? Pin
Nish Nishant30-May-02 17:24
sitebuilderNish Nishant30-May-02 17:24 
GeneralRe: Can I see the .Net Class Lib's source code? Pin
Rama Krishna Vavilala30-May-02 18:33
Rama Krishna Vavilala30-May-02 18:33 
GeneralRe: Can I see the .Net Class Lib's source code? Pin
Nish Nishant30-May-02 19:32
sitebuilderNish Nishant30-May-02 19:32 
GeneralRe: Can I see the .Net Class Lib's source code? Pin
Rama Krishna Vavilala31-May-02 1:54
Rama Krishna Vavilala31-May-02 1:54 
AnswerRe: Can I see the .Net Class Lib's source code? Pin
James T. Johnson30-May-02 17:28
James T. Johnson30-May-02 17:28 
GeneralReflection and file deletion Pin
Orion Buttigieg30-May-02 15:41
Orion Buttigieg30-May-02 15:41 
GeneralRe: Reflection and file deletion Pin
James T. Johnson30-May-02 17:06
James T. Johnson30-May-02 17:06 
GeneralRe: Reflection and file deletion Pin
Orion Buttigieg31-May-02 5:58
Orion Buttigieg31-May-02 5:58 
Thanks James, you guys and this site rules..!!

i figured it was a deeper problem. so bear with me i just need to get this straight before i dive in here. its the reference part that's got me. of course Unsure | :~ )) if i get this figured out i'll send you the code.

outside of the dll issue, where does the one AppDomain start and end? if i understand it right an application running is made up of many AppDomains (ie. WinForms, Projects..), but the AppDomains are referencing each other within a singular process. OR, is an Application all being combined into a singular AppDomain regardless of whether i create a New AppDomain or not?

the way i have it right now i've got a Windows.Form which is referencing a separate class which obviously is doing all the work, and that's all part of the main App running. so, and correct me if i'm wrong, by your explanation, that class and everything it does gets added to the "Calling" AppDomain (WinForm), and by that logic all WinForms/Components what ever, ends up being combined into a singular AppDomain. Do i have that right?? Or do they remain separate at least to some degree.

so i'm wondering to what degree i need to keep this New AppDomain "isolated".

in the problem i'm having i'm not instantiating the dll or invoking methods, classes or anything like that. i purely need some info from it (it will be later but by that pt i won't have to worry about deleting it).

hope i made sense here.. Unsure | :~ ))

Thanks.



Orion
GeneralRe: Reflection and file deletion Pin
Eric Gunnerson (msft)31-May-02 8:40
Eric Gunnerson (msft)31-May-02 8:40 
GeneralRe: Reflection and file deletion Pin
Orion Buttigieg31-May-02 8:42
Orion Buttigieg31-May-02 8:42 
GeneralComboBox in Winforms Pin
30-May-02 14:42
suss30-May-02 14:42 
Questionasynchronous calls & threading. which is better? Pin
Li-kai Liu (Angus)28-May-02 23:05
Li-kai Liu (Angus)28-May-02 23:05 
AnswerRe: asynchronous calls & threading. which is better? Pin
Nish Nishant29-May-02 1:46
sitebuilderNish Nishant29-May-02 1:46 
AnswerRe: asynchronous calls & threading. which is better? Pin
Eric Gunnerson (msft)29-May-02 8:18
Eric Gunnerson (msft)29-May-02 8:18 
GeneralRe: asynchronous calls & threading. which is better? Pin
Nish Nishant29-May-02 8:28
sitebuilderNish Nishant29-May-02 8:28 
GeneralRe: asynchronous calls & threading. which is better? Pin
Eric Gunnerson (msft)29-May-02 8:25
Eric Gunnerson (msft)29-May-02 8:25 
GeneralRe: asynchronous calls & threading. which is better? Pin
Li-kai Liu (Angus)29-May-02 17:29
Li-kai Liu (Angus)29-May-02 17:29 
GeneralRe: asynchronous calls & threading. which is better? Pin
Not Active29-May-02 18:13
mentorNot Active29-May-02 18:13 
GeneralRe: asynchronous calls & threading. which is better? Pin
Eric Gunnerson (msft)30-May-02 6:39
Eric Gunnerson (msft)30-May-02 6:39 
GeneralRe: asynchronous calls & threading. which is better? Pin
Eric Gunnerson (msft)30-May-02 7:04
Eric Gunnerson (msft)30-May-02 7:04 
GeneralRe: asynchronous calls & threading. which is better? Pin
James T. Johnson29-May-02 18:16
James T. Johnson29-May-02 18:16 
GeneralRe: asynchronous calls & threading. which is better? Pin
Eric Gunnerson (msft)30-May-02 7:03
Eric Gunnerson (msft)30-May-02 7:03 
GeneralRe: asynchronous calls & threading. which is better? Pin
James T. Johnson30-May-02 17:06
James T. Johnson30-May-02 17:06 
Generalattribute question Pin
meihong28-May-02 22:53
meihong28-May-02 22:53 
GeneralRe: attribute question Pin
James T. Johnson29-May-02 5:11
James T. Johnson29-May-02 5:11 

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.