Click here to Skip to main content
15,867,704 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: i know its silly! Pin
Spykraft22-Jan-08 5:10
Spykraft22-Jan-08 5:10 
GeneralRe: i know its silly! Pin
Dave Kreskowiak22-Jan-08 7:24
mveDave Kreskowiak22-Jan-08 7:24 
GeneralRe: i know its silly! Pin
Pete O'Hanlon22-Jan-08 9:39
subeditorPete O'Hanlon22-Jan-08 9:39 
GeneralRe: i know its silly! Pin
Scott Dorman22-Jan-08 18:27
professionalScott Dorman22-Jan-08 18:27 
GeneralRe: i know its silly! Pin
Ed.Poore23-Jan-08 2:01
Ed.Poore23-Jan-08 2:01 
GeneralRe: i know its silly! Pin
Paul Conrad24-Jan-08 7:30
professionalPaul Conrad24-Jan-08 7:30 
QuestionIs there any drawback to an assembly loading itself using reflection? Pin
astanton197822-Jan-08 3:11
astanton197822-Jan-08 3:11 
GeneralRe: Is there any drawback to an assembly loading itself using reflection? Pin
Dave Kreskowiak22-Jan-08 9:21
mveDave Kreskowiak22-Jan-08 9:21 
Only one copy of the code is loaded, whether you do it normally or by reflection.

There's no ill-effects to the rest of the system if you do it through reflection. Though, calling methods and instantiating objects through reflection is a bit slower.



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




GeneralRe: Is there any drawback to an assembly loading itself using reflection? Pin
astanton197823-Jan-08 3:35
astanton197823-Jan-08 3:35 
Question[Message Deleted] Pin
uranus012721-Jan-08 15:06
uranus012721-Jan-08 15:06 
GeneralDouble Post - please ignore Pin
Giorgi Dalakishvili21-Jan-08 20:14
mentorGiorgi Dalakishvili21-Jan-08 20:14 
QuestionHow protect a .EXE againt Process Termination ? Pin
Sunil12320-Jan-08 21:38
Sunil12320-Jan-08 21:38 
GeneralRe: How protect a .EXE againt Process Termination ? Pin
Colin Angus Mackay20-Jan-08 23:38
Colin Angus Mackay20-Jan-08 23:38 
GeneralRe: How protect a .EXE againt Process Termination ? Pin
DigiOz Multimedia21-Jan-08 9:00
DigiOz Multimedia21-Jan-08 9:00 
GeneralHow protect a .EXE againt Process Termination ? Pin
Sunil12321-Jan-08 16:28
Sunil12321-Jan-08 16:28 
GeneralRe: How protect a .EXE againt Process Termination ? Pin
Dave Kreskowiak22-Jan-08 5:05
mveDave Kreskowiak22-Jan-08 5:05 
GeneralHow protect a .EXE againt Process Termination ? Pin
Sunil12322-Jan-08 19:02
Sunil12322-Jan-08 19:02 
GeneralRe: How protect a .EXE againt Process Termination ? Pin
Pete O'Hanlon22-Jan-08 22:14
subeditorPete O'Hanlon22-Jan-08 22:14 
GeneralRe: How protect a .EXE againt Process Termination ? Pin
Dave Kreskowiak23-Jan-08 1:43
mveDave Kreskowiak23-Jan-08 1:43 
GeneralRe: How protect a .EXE againt Process Termination ? Pin
Scott Dorman21-Jan-08 16:53
professionalScott Dorman21-Jan-08 16:53 
General.NET remoting and calling a Constructor with parameters Pin
Ponzano Paolo17-Jan-08 4:42
Ponzano Paolo17-Jan-08 4:42 
GeneralRe: .NET remoting and calling a Constructor with parameters Pin
Pete O'Hanlon18-Jan-08 9:02
subeditorPete O'Hanlon18-Jan-08 9:02 
GeneralRe: .NET remoting and calling a Constructor with parameters Pin
Ponzano Paolo20-Jan-08 21:54
Ponzano Paolo20-Jan-08 21:54 
GeneralRe: .NET remoting and calling a Constructor with parameters Pin
Pete O'Hanlon21-Jan-08 1:46
subeditorPete O'Hanlon21-Jan-08 1:46 
GeneralDirectory.GetFiles() madness Pin
Mel Padden17-Jan-08 1:53
Mel Padden17-Jan-08 1:53 

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.