Click here to Skip to main content
15,886,110 members
Home / Discussions / C#
   

C#

 
QuestionNodes, Script interface/ API and Undo Pin
adamvanner20-Jan-11 8:47
adamvanner20-Jan-11 8:47 
AnswerRe: Nodes, Script interface/ API and Undo Pin
SledgeHammer0120-Jan-11 9:51
SledgeHammer0120-Jan-11 9:51 
GeneralRe: Nodes, Script interface/ API and Undo Pin
adamvanner20-Jan-11 22:43
adamvanner20-Jan-11 22:43 
QuestionAccessing variables during AppDomain.ProcessExit Pin
thatdiceygirl20-Jan-11 5:16
thatdiceygirl20-Jan-11 5:16 
AnswerRe: Accessing variables during AppDomain.ProcessExit Pin
Luc Pattyn20-Jan-11 5:46
sitebuilderLuc Pattyn20-Jan-11 5:46 
GeneralRe: Accessing variables during AppDomain.ProcessExit Pin
thatdiceygirl20-Jan-11 5:56
thatdiceygirl20-Jan-11 5:56 
AnswerRe: Accessing variables during AppDomain.ProcessExit Pin
Luc Pattyn20-Jan-11 6:05
sitebuilderLuc Pattyn20-Jan-11 6:05 
GeneralRe: Accessing variables during AppDomain.ProcessExit Pin
thatdiceygirl20-Jan-11 6:27
thatdiceygirl20-Jan-11 6:27 
Yeah the SeparateClass definition DLL is loaded via reflection, and instantiated using an interface defined in a common assembly.

foreach (Type type in assembly.GetTypes())
{
      if (type.IsClass == true)
      {
            SeparateClass = Activator.CreateInstance(type) as ISeparateClass;
      }
}


The TraceString property is called through the interface and returns a StringBuilder object, hence the .ToString() call.
A girl in Engineering AND IT?!...what is this nonsense?

AnswerRe: Accessing variables during AppDomain.ProcessExit Pin
Luc Pattyn20-Jan-11 6:37
sitebuilderLuc Pattyn20-Jan-11 6:37 
QuestionDatabase back up from asp.net Pin
yesu prakash20-Jan-11 1:02
yesu prakash20-Jan-11 1:02 
AnswerRe: Database back up from asp.net Pin
Richard MacCutchan20-Jan-11 1:54
mveRichard MacCutchan20-Jan-11 1:54 
GeneralRe: Database back up from asp.net Pin
yesu prakash20-Jan-11 17:15
yesu prakash20-Jan-11 17:15 
GeneralRe: Database back up from asp.net Pin
yesu prakash20-Jan-11 17:16
yesu prakash20-Jan-11 17:16 
GeneralRe: Database back up from asp.net Pin
Mahendra Vishwakarma20-Jan-11 20:37
Mahendra Vishwakarma20-Jan-11 20:37 
GeneralRe: Database back up from asp.net Pin
Richard MacCutchan20-Jan-11 21:30
mveRichard MacCutchan20-Jan-11 21:30 
QuestionRe: Database back up from asp.net Pin
Paladin200020-Jan-11 4:04
Paladin200020-Jan-11 4:04 
AnswerRe: Database back up from asp.net Pin
Mahendra Vishwakarma20-Jan-11 20:36
Mahendra Vishwakarma20-Jan-11 20:36 
QuestionSetup and File association Pin
Eduard Keilholz20-Jan-11 0:09
Eduard Keilholz20-Jan-11 0:09 
AnswerRe: Setup and File association Pin
GenJerDan20-Jan-11 3:40
GenJerDan20-Jan-11 3:40 
GeneralRe: Setup and File association Pin
Eduard Keilholz20-Jan-11 21:00
Eduard Keilholz20-Jan-11 21:00 
AnswerRe: Setup and File association Pin
J a a n s20-Jan-11 16:57
professionalJ a a n s20-Jan-11 16:57 
GeneralRe: Setup and File association Pin
Eduard Keilholz20-Jan-11 21:02
Eduard Keilholz20-Jan-11 21:02 
QuestionModal window Pin
fififlowertot19-Jan-11 23:26
fififlowertot19-Jan-11 23:26 
AnswerRe: Modal window Pin
DaveyM6920-Jan-11 0:55
professionalDaveyM6920-Jan-11 0:55 
AnswerRe: Modal window Pin
#realJSOP20-Jan-11 4:44
mve#realJSOP20-Jan-11 4:44 

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.