Click here to Skip to main content
16,004,901 members
Home / Discussions / C#
   

C#

 
GeneralRe: Reusing a thread Pin
J. Dunlap17-Nov-03 10:19
J. Dunlap17-Nov-03 10:19 
GeneralRe: Reusing a thread Pin
Judah Gabriel Himango17-Nov-03 10:28
sponsorJudah Gabriel Himango17-Nov-03 10:28 
GeneralRe: Reusing a thread Pin
Heath Stewart18-Nov-03 8:48
protectorHeath Stewart18-Nov-03 8:48 
Generaldatabind checkedlistbox to arraylist Pin
zuhx17-Nov-03 9:27
zuhx17-Nov-03 9:27 
GeneralRe: databind checkedlistbox to arraylist Pin
John Arlen18-Nov-03 9:12
John Arlen18-Nov-03 9:12 
GeneralDetecting dependent DLLs Pin
Arash Sabet17-Nov-03 6:14
Arash Sabet17-Nov-03 6:14 
GeneralRe: Detecting dependent DLLs Pin
leppie17-Nov-03 6:42
leppie17-Nov-03 6:42 
GeneralRe: Detecting dependent DLLs Pin
Heath Stewart17-Nov-03 7:15
protectorHeath Stewart17-Nov-03 7:15 
Thanks, I was about to reply the same way about the repost.

Since he originally didn't state which DLLs he meant, I replied with regard to dependent assemblies. But in either the case of IL or Win32 modules, this information is not in the import table. It is contained in the assembly manifest and requires that the manifest be read and parsed. If you run depends on most assemblies (barring some of the lower-level BCL assemblies like mscorlib), the only libary in the import table is mscoree, despite whatever externally or internally referenced modules are in the manifest.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralSending CTRL-F6 using PostMessage or SendMessage Pin
ccanales00117-Nov-03 6:02
ccanales00117-Nov-03 6:02 
GeneralRe: Sending CTRL-F6 using PostMessage or SendMessage Pin
Heath Stewart17-Nov-03 6:24
protectorHeath Stewart17-Nov-03 6:24 
GeneralRe: Sending CTRL-F6 using PostMessage or SendMessage Pin
ccanales00117-Nov-03 8:28
ccanales00117-Nov-03 8:28 
GeneralRe: Sending CTRL-F6 using PostMessage or SendMessage Pin
Heath Stewart17-Nov-03 10:05
protectorHeath Stewart17-Nov-03 10:05 
GeneralRe: Sending CTRL-F6 using PostMessage or SendMessage Pin
J. Dunlap17-Nov-03 10:22
J. Dunlap17-Nov-03 10:22 
GeneralRe: Sending CTRL-F6 using PostMessage or SendMessage Pin
ccanales00118-Nov-03 5:14
ccanales00118-Nov-03 5:14 
GeneralRe: Sending CTRL-F6 using PostMessage or SendMessage Pin
Heath Stewart18-Nov-03 6:25
protectorHeath Stewart18-Nov-03 6:25 
GeneralGenerating a pseudo file from in memory data Pin
fuad.abdallah17-Nov-03 5:57
fuad.abdallah17-Nov-03 5:57 
GeneralRe: Generating a pseudo file from in memory data Pin
Heath Stewart17-Nov-03 6:16
protectorHeath Stewart17-Nov-03 6:16 
GeneralRe: Generating a pseudo file from in memory data Pin
Daniel Turini18-Nov-03 0:44
Daniel Turini18-Nov-03 0:44 
GeneralDetermining dependent DLLs Pin
Arash Sabet17-Nov-03 5:39
Arash Sabet17-Nov-03 5:39 
GeneralRe: Determining dependent DLLs Pin
Heath Stewart17-Nov-03 6:09
protectorHeath Stewart17-Nov-03 6:09 
GeneralRe: Determining dependent DLLs Pin
Arash Sabet17-Nov-03 6:12
Arash Sabet17-Nov-03 6:12 
GeneralRe: Determining dependent DLLs Pin
Heath Stewart17-Nov-03 7:07
protectorHeath Stewart17-Nov-03 7:07 
GeneralTop most form Pin
Judah Gabriel Himango17-Nov-03 5:29
sponsorJudah Gabriel Himango17-Nov-03 5:29 
GeneralRe: Top most form Pin
Heath Stewart17-Nov-03 6:06
protectorHeath Stewart17-Nov-03 6:06 
GeneralRe: Top most form Pin
Judah Gabriel Himango17-Nov-03 8:12
sponsorJudah Gabriel Himango17-Nov-03 8:12 

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.